- Move LICENSE upward

- Strip binary executable
- Remove USE_AUTOTOOLS=autoconf
- Fix alignment
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-01-19 19:51:23 +00:00
parent cccf86c78f
commit db3bcb1bcc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377459

View file

@ -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
GNU_CONFIGURE= yes
USE_AUTOTOOLS= autoconf
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/mkepmlist
.include <bsd.port.mk>