aboutsummaryrefslogtreecommitdiffstats
path: root/chinese
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2006-05-22 05:56:25 +0800
committerpav <pav@FreeBSD.org>2006-05-22 05:56:25 +0800
commitdb03803c4e34337f571cc3c972b5041a930b339f (patch)
treef6541270744e6fabf5a54f761398f8e623a68f6f /chinese
parent4760b2d9a64d871b921f27ab8eb8a0d99f0abc60 (diff)
downloadfreebsd-ports-gnome-db03803c4e34337f571cc3c972b5041a930b339f.tar.gz
freebsd-ports-gnome-db03803c4e34337f571cc3c972b5041a930b339f.tar.zst
freebsd-ports-gnome-db03803c4e34337f571cc3c972b5041a930b339f.zip
- 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 6833e24fd0f7..2ab71ad74415 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 404b8450639f..10bd73833218 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}