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:
parent
06502aeac2
commit
86e7f4d903
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361152
@ -16,6 +16,4 @@ GH_COMMIT= cfc7314
|
||||
|
||||
REDMINE_PLUGIN_NAME= sidebar_hide
|
||||
|
||||
NO_STAGE= yes
|
||||
|
||||
.include "${.CURDIR}/../../www/redmine/bsd.redmine.mk"
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user