1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

Support stage

This commit is contained in:
Baptiste Daroussin 2014-01-24 23:59:31 +00:00
parent aa4dbde8bc
commit 44a16c47d0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340954

View File

@ -11,7 +11,7 @@ COMMENT= Versatile and customizable implementation of getopt()
LICENSE= MIT
USE_GMAKE= yes
USES= gmake
GNU_CONFIGURE= yes
MAKE_ARGS= PREFIX="${PREFIX}"
USE_LDCONFIG= yes
@ -19,5 +19,4 @@ PLIST_FILES= include/ultragetopt.h lib/libultragetopt.a \
lib/libultragetopt.la lib/libultragetopt.so \
lib/libultragetopt.so.0
NO_STAGE= yes
.include <bsd.port.mk>