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

- Make it possible for redmine plugin ports to be staged

- Stage www/redmine-sidebar_hide

PR:		190405
Submitted by:	kozlov.sergey.404@gmail.com (maintainer of www/redmine-sidebar_hide)
This commit is contained in:
Steve Wills 2014-07-08 01:41:38 +00:00
parent 06502aeac2
commit 86e7f4d903
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361152
2 changed files with 2 additions and 4 deletions

View File

@ -16,6 +16,4 @@ GH_COMMIT= cfc7314
REDMINE_PLUGIN_NAME= sidebar_hide
NO_STAGE= yes
.include "${.CURDIR}/../../www/redmine/bsd.redmine.mk"

View File

@ -74,7 +74,7 @@ redmine-plugin-plist:
.endif
do-install:
${MKDIR} "${WWWDIR}/plugins/${REDMINE_PLUGIN_NAME}"
${TAR} -C "${WRKSRC}" -cf - --exclude '*.orig' . | ${TAR} -C "${WWWDIR}/plugins/${REDMINE_PLUGIN_NAME}" -xf -
${MKDIR} "${STAGEDIR}${WWWDIR}/plugins/${REDMINE_PLUGIN_NAME}"
${TAR} -C "${WRKSRC}" -cf - --exclude '*.orig' . | ${TAR} -C "${STAGEDIR}${WWWDIR}/plugins/${REDMINE_PLUGIN_NAME}" -xf -
.include <bsd.port.mk>