1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Support staging

This commit is contained in:
Emanuel Haupt 2014-04-04 12:03:44 +00:00
parent 6ce8b0ec31
commit ea0b49e201
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350101

View File

@ -16,8 +16,8 @@ USE_RUBY_FEATURES= ruby18
PLIST_FILES= bin/${PORTNAME}
NO_STAGE= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/bsdpaste.rb ${PREFIX}/bin/bsdpaste
${INSTALL_SCRIPT} ${WRKSRC}/bsdpaste.rb \
${STAGEDIR}${PREFIX}/bin/bsdpaste
.include <bsd.port.mk>