Support staging

This commit is contained in:
Emanuel Haupt 2014-02-28 08:47:34 +00:00
parent e9629e38f6
commit f88c4d91a4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346468

View File

@ -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>