aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
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>