aboutsummaryrefslogtreecommitdiff
path: root/net/ldap-stats
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-28 08:47:34 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-28 08:47:34 +0000
commitf88c4d91a438568a74630280ef2a386eeff8b848 (patch)
tree3c1db88d406721feae972d95cc30637fc58f4a01 /net/ldap-stats
parente9629e38f62664d5a284ae37d9d1bfd9382008e9 (diff)
downloadports-f88c4d91a438568a74630280ef2a386eeff8b848.tar.gz
ports-f88c4d91a438568a74630280ef2a386eeff8b848.zip
Notes
Diffstat (limited to 'net/ldap-stats')
-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>