aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/epm/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/devel/epm/Makefile b/devel/epm/Makefile
index 8730c98259dd..e960c2a1aef4 100644
--- a/devel/epm/Makefile
+++ b/devel/epm/Makefile
@@ -11,13 +11,15 @@ EXTRACT_SUFX= -source.tar.bz2
MAINTAINER= office@FreeBSD.org
COMMENT= Free UNIX software/file packaging program
-OPTIONS_DEFINE= DOCS
-
LICENSE= GPLv2
+OPTIONS_DEFINE= DOCS
+
MAKE_JOBS_UNSAFE= yes
-USES= tar:bzip2
+USES= tar:bzip2
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= autoconf
+
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/mkepmlist
.include <bsd.port.mk>