diff options
author | feld <feld@FreeBSD.org> | 2014-02-18 00:12:27 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2014-02-18 00:12:27 +0800 |
commit | 3180cc25d436942e796f68ffc90496cec0e3e4a2 (patch) | |
tree | 4e01e784154abfdc8f834c74567315f81bd206e2 /deskutils | |
parent | 3bdfab5b4b0aedd011c5b96c1408f4ec2cb49be1 (diff) | |
download | freebsd-ports-gnome-3180cc25d436942e796f68ffc90496cec0e3e4a2.tar.gz freebsd-ports-gnome-3180cc25d436942e796f68ffc90496cec0e3e4a2.tar.zst freebsd-ports-gnome-3180cc25d436942e796f68ffc90496cec0e3e4a2.zip |
Change to COPYTREE_SHARE per danfe
Give back to the pool; I merely demoed this at work and I do not have
an active environment where I can test it. It also may be a few versions
behind.
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/tine20/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deskutils/tine20/Makefile b/deskutils/tine20/Makefile index d88fba85ecd7..74db37a90262 100644 --- a/deskutils/tine20/Makefile +++ b/deskutils/tine20/Makefile @@ -8,7 +8,7 @@ CATEGORIES= deskutils www MASTER_SITES= http://www.tine20.org/downloads/${DISTVERSIONSUFFIX}/ DISTNAME= ${PORTNAME}-allinone_${DISTVERSIONSUFFIX} -MAINTAINER= feld@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Professional Open Source Groupware and CRM LICENSE_FILE= ${WRKSRC}/LICENSE @@ -35,12 +35,12 @@ MEMCACHE_USE= php=memcache do-extract: @${RM} -rf ${WRKDIR} - @${MKDIR} ${WRKDIR}/${PORTNAME} + ${MKDIR} ${WRKDIR}/${PORTNAME} cd ${WRKDIR}/${PORTNAME} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${EXTRACT_ONLY} ${EXTRACT_AFTER_ARGS} do-install: ${MKDIR} ${STAGEDIR}${WWWDIR} - @cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${WWWDIR} + @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} post-install: ${CAT} ${PKGMESSAGE} |