diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-28 08:47:34 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-28 08:47:34 +0000 |
commit | f88c4d91a438568a74630280ef2a386eeff8b848 (patch) | |
tree | 3c1db88d406721feae972d95cc30637fc58f4a01 /net/ldap-stats | |
parent | e9629e38f62664d5a284ae37d9d1bfd9382008e9 (diff) |
Notes
Diffstat (limited to 'net/ldap-stats')
-rw-r--r-- | net/ldap-stats/Makefile | 4 |
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> |