1
0
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:
Steve Wills 2013-06-06 18:42:21 +00:00
parent ff043ce6d6
commit 8fe4c96fc4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320119
2 changed files with 2 additions and 2 deletions

View File

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

View File

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