diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-05 16:59:37 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-05 16:59:37 +0000 |
commit | 796de5c241060bc793f25e0fa8b45c7f7061fdc3 (patch) | |
tree | c58d4a246743ceb7319b7d1b92adc609537b8f82 /www | |
parent | df47eccab62fa37f35b0a70a8bd1c86f57e74c41 (diff) | |
download | ports-796de5c241060bc793f25e0fa8b45c7f7061fdc3.tar.gz ports-796de5c241060bc793f25e0fa8b45c7f7061fdc3.zip |
Notes
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 \ |