summaryrefslogtreecommitdiffstats
path: root/chinese
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2006-05-21 21:56:25 +0000
committerpav <pav@FreeBSD.org>2006-05-21 21:56:25 +0000
commitdb03803c4e34337f571cc3c972b5041a930b339f (patch)
treef6541270744e6fabf5a54f761398f8e623a68f6f /chinese
parent4760b2d9a64d871b921f27ab8eb8a0d99f0abc60 (diff)
downloadFreeBSD-ports-db03803c4e34337f571cc3c972b5041a930b339f.zip
FreeBSD-ports-db03803c4e34337f571cc3c972b5041a930b339f.tar.gz
- Fix plist after recent php changes
Diffstat (limited to 'chinese')
-rw-r--r--chinese/phpbb-tw/pkg-plist1
-rw-r--r--chinese/tatter-tools/Makefile3
2 files changed, 3 insertions, 1 deletions
diff --git a/chinese/phpbb-tw/pkg-plist b/chinese/phpbb-tw/pkg-plist
index 6833e24..2ab71ad 100644
--- a/chinese/phpbb-tw/pkg-plist
+++ b/chinese/phpbb-tw/pkg-plist
@@ -379,3 +379,4 @@
@dirrmtry %%PHPBBDIR%%/templates/subSilver
@dirrmtry %%PHPBBDIR%%/templates
@unexec rmdir %D/%%PHPBBDIR%% 2>/dev/null || echo "Note: %D/%%PHPBBDIR%% not empty -- not deleted!"
+@dirrmtry www/data
diff --git a/chinese/tatter-tools/Makefile b/chinese/tatter-tools/Makefile
index 404b845..10bd738 100644
--- a/chinese/tatter-tools/Makefile
+++ b/chinese/tatter-tools/Makefile
@@ -54,7 +54,8 @@ pre-install:
${SED} -e 's|^./||;s|^|${TT_DIR}/|' > ${PLIST} \
&& ${FIND} -d * -type d | \
${SED} -e 's|^|@dirrm ${TT_DIR}/|' >> ${PLIST} \
- && ${ECHO_CMD} @dirrm ${TT_DIR} >> ${PLIST}
+ && ${ECHO_CMD} @dirrm ${TT_DIR} >> ${PLIST} \
+ && ${ECHO_CMD} @dirrmtry ${WWWDOCROOT} >> ${PLIST}
do-install:
-${MKDIR} ${PREFIX}/${TT_DIR}
OpenPOWER on IntegriCloud