Support stage.

This commit is contained in:
Vanilla I. Shu 2013-09-25 12:45:36 +00:00
parent f8beed7e20
commit de79c3ff32
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328280

View File

@ -14,13 +14,12 @@ COMMENT= Decompresses Amiga PowerPacker files
NO_CDROM= No commercial redistribution
NO_STAGE= yes
WRKSRC= ${WRKDIR}/PPUnpack
MAKE_ARGS= CC="${CC}" COPTS="${CFLAGS}"
PLIST_FILES= bin/ppunpack
ALL_TARGET= ppunpack
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ppunpack ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/ppunpack ${STAGEDIR}/${PREFIX}/bin
.include <bsd.port.mk>