aboutsummaryrefslogtreecommitdiff
path: root/security/dcetest
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-25 10:21:26 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-25 10:21:26 +0000
commitb6b5bbaffb5f456b6e6daecb2798650dbb367585 (patch)
treef1ecb90882cf947e1ea1ca4d30b4a98ae044ec96 /security/dcetest
parentb90d4a6a72447bebe195be1c4658ae208386736a (diff)
downloadports-b6b5bbaffb5f456b6e6daecb2798650dbb367585.tar.gz
ports-b6b5bbaffb5f456b6e6daecb2798650dbb367585.zip
Support staging
Notes
Notes: svn path=/head/; revision=345954
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 61120c469e94..3c575544ccea 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>