aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-01-19 19:51:23 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-01-19 19:51:23 +0000
commitdb3bcb1bcc0c6447cced4367d2dfbeb3c3032d7b (patch)
tree68ca04333ae859c1a5a8df2331f8e161720da198
parentcccf86c78ff88c759f6adaec19bc7e2c589417c9 (diff)
downloadports-db3bcb1bcc0c6447cced4367d2dfbeb3c3032d7b.tar.gz
ports-db3bcb1bcc0c6447cced4367d2dfbeb3c3032d7b.zip
Notes
-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>