aboutsummaryrefslogtreecommitdiff
path: root/archivers/nwreckdum
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2013-09-25 03:26:07 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2013-09-25 03:26:07 +0000
commita9fcffd96798eb220a254542b0e9837ccfdf732b (patch)
treee9ed48cb117bfd8a8c9bd1df6dc43f13feaecd44 /archivers/nwreckdum
parent8c058338c04d48ed8c0ac21c6890433f55ab9208 (diff)
downloadports-a9fcffd96798eb220a254542b0e9837ccfdf732b.tar.gz
ports-a9fcffd96798eb220a254542b0e9837ccfdf732b.zip
Support stage.
Notes
Notes: svn path=/head/; revision=328246
Diffstat (limited to 'archivers/nwreckdum')
-rw-r--r--archivers/nwreckdum/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/archivers/nwreckdum/Makefile b/archivers/nwreckdum/Makefile
index bb5cc6ba7687..6bba1c6449eb 100644
--- a/archivers/nwreckdum/Makefile
+++ b/archivers/nwreckdum/Makefile
@@ -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>