diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-25 18:21:26 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-25 18:21:26 +0800 |
commit | 6c6912f87920a59c28ef26d99e58680d98bcb4c4 (patch) | |
tree | f1ecb90882cf947e1ea1ca4d30b4a98ae044ec96 /security/dcetest | |
parent | 572b189e91fefd1be69a535779bb3223f8ded574 (diff) | |
download | freebsd-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/Makefile | 3 |
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> |