mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
- Correct mistake which prevented redmine-http-auth and redmine-backlogs from
building PR: ports/179361 Submitted by: John Marino <draco@marino.st>
This commit is contained in:
parent
ff043ce6d6
commit
8fe4c96fc4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320119
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= redmine
|
||||
PORTVERSION= 2.3.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -74,7 +74,7 @@ redmine-plugin-plist:
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${MKDIR} "${WWWDIR}/vendor/${REDMINE_PLUGIN_NAME}"
|
||||
${MKDIR} "${WWWDIR}/plugins/${REDMINE_PLUGIN_NAME}"
|
||||
${TAR} -C "${WRKSRC}" -cf - --exclude '*.orig' . | ${TAR} -C "${WWWDIR}/plugins/${REDMINE_PLUGIN_NAME}" -xf -
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user