summaryrefslogtreecommitdiff
path: root/net-misc/vmpsd/vmpsd-1.4.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/vmpsd/vmpsd-1.4.ebuild')
-rw-r--r--net-misc/vmpsd/vmpsd-1.4.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/net-misc/vmpsd/vmpsd-1.4.ebuild b/net-misc/vmpsd/vmpsd-1.4.ebuild
index 3921400cd694..e2dd42654288 100644
--- a/net-misc/vmpsd/vmpsd-1.4.ebuild
+++ b/net-misc/vmpsd/vmpsd-1.4.ebuild
@@ -28,12 +28,11 @@ src_configure() {
econf \
--sysconfdir=/etc/vmpsd \
--enable-snmp \
- LIBS="-lssl" \
- || die "econf failed"
+ LIBS="-lssl"
}
src_install() {
- emake DESTDIR="${D}" install || die
+ emake DESTDIR="${D}" install
dodoc README INSTALL AUTHORS doc/*txt
newdoc external/README README.external
newdoc tools/README README.tools