1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Support stage.

This commit is contained in:
Vanilla I. Shu 2013-09-25 03:26:07 +00:00
parent 8c058338c0
commit a9fcffd967
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328246

View File

@ -11,8 +11,6 @@ COMMENT= Utility for manipulating of Quake packed data files
LICENSE= GPLv2
NO_STAGE= yes
USE_GITHUB= yes
GH_ACCOUNT= danfe
GH_TAGNAME= ${GH_COMMIT}
@ -21,6 +19,6 @@ GH_COMMIT= 22cbc47
PLIST_FILES= bin/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}/${PREFIX}/bin
.include <bsd.port.mk>