diff options
author | feld <feld@FreeBSD.org> | 2013-11-02 06:41:09 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2013-11-02 06:41:09 +0800 |
commit | 28abf598bef96261f7ea04633bab9962d7b494e4 (patch) | |
tree | f6edac31dc41a5427bc519b2ae828cd4235fede1 /deskutils/tine20/Makefile | |
parent | 1a8785035bcea4385a2ef2b954860630a0805972 (diff) | |
download | freebsd-ports-gnome-28abf598bef96261f7ea04633bab9962d7b494e4.tar.gz freebsd-ports-gnome-28abf598bef96261f7ea04633bab9962d7b494e4.tar.zst freebsd-ports-gnome-28abf598bef96261f7ea04633bab9962d7b494e4.zip |
Support STAGE
Approved by: swills (mentor, implicit)
Diffstat (limited to 'deskutils/tine20/Makefile')
-rw-r--r-- | deskutils/tine20/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/deskutils/tine20/Makefile b/deskutils/tine20/Makefile index b62908ba4ad9..6d60637c61c9 100644 --- a/deskutils/tine20/Makefile +++ b/deskutils/tine20/Makefile @@ -4,7 +4,7 @@ PORTNAME= tine20 PORTVERSION= 0.0.2012.10.04 DISTVERSIONSUFFIX= 2012.10.4 -CATEGORIES= deskutils +CATEGORIES= deskutils www MASTER_SITES= http://www.tine20.org/downloads/${DISTVERSIONSUFFIX}/ DISTNAME= ${PORTNAME}-allinone_${DISTVERSIONSUFFIX} @@ -31,7 +31,6 @@ USE_MYSQL= yes USE_PHP= ctype dom gd iconv json mcrypt mysql pdo_mysql simplexml spl xml zip WANT_PHP_WEB= yes -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MAPC} @@ -53,8 +52,8 @@ do-extract: cd ${WRKDIR}/${PORTNAME} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${EXTRACT_ONLY} ${EXTRACT_AFTER_ARGS} do-install: - ${MKDIR} ${WWWDIR} - @cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${WWWDIR} + ${MKDIR} ${STAGEDIR}${WWWDIR} + @cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${WWWDIR} post-install: ${CAT} ${PKGMESSAGE} |