diff options
-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 \ |