aboutsummaryrefslogtreecommitdiffstats
path: root/security/dcetest
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-25 18:21:26 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-25 18:21:26 +0800
commit6c6912f87920a59c28ef26d99e58680d98bcb4c4 (patch)
treef1ecb90882cf947e1ea1ca4d30b4a98ae044ec96 /security/dcetest
parent572b189e91fefd1be69a535779bb3223f8ded574 (diff)
downloadfreebsd-ports-graphics-6c6912f87920a59c28ef26d99e58680d98bcb4c4.tar.gz
freebsd-ports-graphics-6c6912f87920a59c28ef26d99e58680d98bcb4c4.tar.zst
freebsd-ports-graphics-6c6912f87920a59c28ef26d99e58680d98bcb4c4.zip
Support staging
Diffstat (limited to 'security/dcetest')
-rw-r--r--security/dcetest/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/security/dcetest/Makefile b/security/dcetest/Makefile
index 61120c469e9..3c575544cce 100644
--- a/security/dcetest/Makefile
+++ b/security/dcetest/Makefile
@@ -16,8 +16,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
PLIST_FILES= bin/dcetest
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/dcetest ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/dcetest ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>