aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-28 16:47:34 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-28 16:47:34 +0800
commit8a8bba3df48185383c1ee81635b4bedac26e707c (patch)
tree3c1db88d406721feae972d95cc30637fc58f4a01 /net
parent7a71857f6d2c0501d0d4119cf3f06c7f7369a29c (diff)
downloadfreebsd-ports-gnome-8a8bba3df48185383c1ee81635b4bedac26e707c.tar.gz
freebsd-ports-gnome-8a8bba3df48185383c1ee81635b4bedac26e707c.tar.zst
freebsd-ports-gnome-8a8bba3df48185383c1ee81635b4bedac26e707c.zip
Support staging
Diffstat (limited to 'net')
-rw-r--r--net/ldap-stats/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ldap-stats/Makefile b/net/ldap-stats/Makefile
index b20304dc9edb..e4828e1cf542 100644
--- a/net/ldap-stats/Makefile
+++ b/net/ldap-stats/Makefile
@@ -16,8 +16,8 @@ USES= perl5
PLIST_FILES= bin/ldap-stats
-NO_STAGE= yes
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/ldap-stats.pl ${PREFIX}/bin/ldap-stats
+ ${INSTALL_SCRIPT} ${WRKSRC}/ldap-stats.pl \
+ ${STAGEDIR}${PREFIX}/bin/ldap-stats
.include <bsd.port.mk>