mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
- Move LICENSE upward
- Strip binary executable - Remove USE_AUTOTOOLS=autoconf - Fix alignment
This commit is contained in:
parent
cccf86c78f
commit
db3bcb1bcc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377459
1 changed files with 6 additions and 4 deletions
|
@ -11,13 +11,15 @@ EXTRACT_SUFX= -source.tar.bz2
|
||||||
MAINTAINER= office@FreeBSD.org
|
MAINTAINER= office@FreeBSD.org
|
||||||
COMMENT= Free UNIX software/file packaging program
|
COMMENT= Free UNIX software/file packaging program
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS
|
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
MAKE_JOBS_UNSAFE= yes
|
MAKE_JOBS_UNSAFE= yes
|
||||||
USES= tar:bzip2
|
USES= tar:bzip2
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_AUTOTOOLS= autoconf
|
|
||||||
|
post-install:
|
||||||
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/mkepmlist
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue