Allow packaging as a user
This commit is contained in:
parent
23768e880e
commit
57408cc519
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343599
1 changed files with 5 additions and 2 deletions
|
@ -7,9 +7,9 @@ CATEGORIES= devel lang
|
|||
MASTER_SITES= http://www.tortall.net/projects/yasm/releases/
|
||||
|
||||
MAINTAINER= johnson.peter@gmail.com
|
||||
COMMENT= A complete rewrite of the NASM assembler
|
||||
COMMENT= Complete rewrite of the NASM assembler
|
||||
|
||||
LICENSE= BSD
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
OPTIONS_DEFINE= NLS
|
||||
|
||||
|
@ -32,4 +32,7 @@ CONFIGURE_ARGS+=--disable-nls --without-libiconv-prefix --without-libintl-prefix
|
|||
|
||||
INSTALL_TARGET= install install-man
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/echo.*RANLIB/,+1d' ${WRKSRC}/Makefile.in
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue