From db3bcb1bcc0c6447cced4367d2dfbeb3c3032d7b Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Mon, 19 Jan 2015 19:51:23 +0000 Subject: [PATCH] - Move LICENSE upward - Strip binary executable - Remove USE_AUTOTOOLS=autoconf - Fix alignment --- devel/epm/Makefile | 10 ++++++---- 1 file 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