diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-01-20 03:51:23 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-01-20 03:51:23 +0800 |
commit | ec9ffef637f53962a3f7e68a4dc7b3aad6bf586c (patch) | |
tree | 68ca04333ae859c1a5a8df2331f8e161720da198 /devel | |
parent | 439b29503bd6c00a26f369181741d23d38a9c5a4 (diff) | |
download | freebsd-ports-gnome-ec9ffef637f53962a3f7e68a4dc7b3aad6bf586c.tar.gz freebsd-ports-gnome-ec9ffef637f53962a3f7e68a4dc7b3aad6bf586c.tar.zst freebsd-ports-gnome-ec9ffef637f53962a3f7e68a4dc7b3aad6bf586c.zip |
- Move LICENSE upward
- Strip binary executable
- Remove USE_AUTOTOOLS=autoconf
- Fix alignment
Diffstat (limited to 'devel')
-rw-r--r-- | devel/epm/Makefile | 10 |
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> |