aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/unmass
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-23 05:13:49 +0800
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-23 05:13:49 +0800
commitf99f8709942c4be7ed16da86d6611de0b2f22876 (patch)
tree03221ac5201ecaf21c39c3efaa17988800d2a2c0 /archivers/unmass
parenta5a6e81907431a9154b50694717cd05f4255abeb (diff)
downloadfreebsd-ports-gnome-f99f8709942c4be7ed16da86d6611de0b2f22876.tar.gz
freebsd-ports-gnome-f99f8709942c4be7ed16da86d6611de0b2f22876.tar.zst
freebsd-ports-gnome-f99f8709942c4be7ed16da86d6611de0b2f22876.zip
Support staging
Diffstat (limited to 'archivers/unmass')
-rw-r--r--archivers/unmass/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/unmass/Makefile b/archivers/unmass/Makefile
index 52f5bd758280..112795fc1d8b 100644
--- a/archivers/unmass/Makefile
+++ b/archivers/unmass/Makefile
@@ -12,7 +12,6 @@ COMMENT= Extract game archives such as wad, dar, mea exe's, and many more
LICENSE= GPLv2
-NO_STAGE= yes
USES= gmake
GNU_CONFIGURE= yes
USE_DOS2UNIX= yes
@@ -28,6 +27,6 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME}_kdev \
- ${PREFIX}/bin/${PORTNAME}
+ ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>