aboutsummaryrefslogtreecommitdiff
path: root/www/twiki/files
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-03-20 23:02:56 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-03-20 23:02:56 +0000
commite68c40490b0283df61e09e0ce9b32326473c894c (patch)
tree15a56faea2e56783a316ea61753e57e169cd4489 /www/twiki/files
parent944eab68b3ba3cfbec0c1fbf3abc4f4555c2cdb4 (diff)
Notes
Diffstat (limited to 'www/twiki/files')
-rw-r--r--www/twiki/files/pkg-install.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/www/twiki/files/pkg-install.in b/www/twiki/files/pkg-install.in
index a6b59f4c25c3..c742681e7bd3 100644
--- a/www/twiki/files/pkg-install.in
+++ b/www/twiki/files/pkg-install.in
@@ -16,18 +16,6 @@ case $2 in
PRE-INSTALL)
;;
POST-INSTALL)
- # create the empty dirs if necessary (the port creates them
- # but pkg_add does not)
- if [ ! -d "${TWIKIDIR}/pub/Main" ]; then
- mkdir ${TWIKIDIR}/pub/Main
- fi
- if [ ! -d "${TWIKIDIR}/pub/Sandbox" ]; then
- mkdir ${TWIKIDIR}/pub/Sandbox
- fi
- if [ ! -d "${TWIKIDIR}/pub/Trash" ]; then
- mkdir ${TWIKIDIR}/pub/Trash
- fi
-
# hmmm, if we modify this here, the file fails md5sum when deinstalling
# but if we do this in Makefile, then we have a hardcoded PREFIX. What to
# do?