diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-06 00:59:37 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-06 00:59:37 +0800 |
commit | 7cd3f16727c023d98e3cdab9b0ec16533ea494b5 (patch) | |
tree | c58d4a246743ceb7319b7d1b92adc609537b8f82 /www | |
parent | 22e25d80b787a6a1b6810d93f8bb4dbec88c43ae (diff) | |
download | freebsd-ports-gnome-7cd3f16727c023d98e3cdab9b0ec16533ea494b5.tar.gz freebsd-ports-gnome-7cd3f16727c023d98e3cdab9b0ec16533ea494b5.tar.zst freebsd-ports-gnome-7cd3f16727c023d98e3cdab9b0ec16533ea494b5.zip |
- Stage support
Diffstat (limited to 'www')
-rw-r--r-- | www/textpattern/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/textpattern/Makefile b/www/textpattern/Makefile index 3e0d69d4ab18..ce7268bd921d 100644 --- a/www/textpattern/Makefile +++ b/www/textpattern/Makefile @@ -16,11 +16,9 @@ USE_PHP= mbstring xml mysql pcre SUB_FILES= pkg-message -NO_STAGE= yes do-install: - -${MKDIR} ${WWWDIR} - @${CP} -R ${WRKSRC}/ ${WWWDIR}/ - @${CAT} ${PKGMESSAGE} + -${MKDIR} ${STAGEDIR}${WWWDIR} + @${CP} -R ${WRKSRC}/ ${STAGEDIR}${WWWDIR}/ create-plist: @${FIND} -s ${WRKSRC}/${file} -not -type d \ |