summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@058c260c-8361-11dd-a0ac-aa2bafec7d09>2008-09-17 23:09:15 +0800
committermiwi <miwi@058c260c-8361-11dd-a0ac-aa2bafec7d09>2008-09-17 23:09:15 +0800
commit47be66aecfc9d2de289940d8ff614e5344e94775 (patch)
tree71f0852bdee68a261368735986bcd34a3ef32bfa
parentf6933899352b97b9d69074f467835f9e02803bbd (diff)
downloadxorg-devel-ports-47be66aecfc9d2de289940d8ff614e5344e94775.tar
xorg-devel-ports-47be66aecfc9d2de289940d8ff614e5344e94775.tar.gz
xorg-devel-ports-47be66aecfc9d2de289940d8ff614e5344e94775.tar.bz2
xorg-devel-ports-47be66aecfc9d2de289940d8ff614e5344e94775.tar.lz
xorg-devel-ports-47be66aecfc9d2de289940d8ff614e5344e94775.tar.xz
xorg-devel-ports-47be66aecfc9d2de289940d8ff614e5344e94775.tar.zst
xorg-devel-ports-47be66aecfc9d2de289940d8ff614e5344e94775.zip
Fix do-install sections
git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@24 058c260c-8361-11dd-a0ac-aa2bafec7d09
-rw-r--r--www/typolight/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/typolight/Makefile b/www/typolight/Makefile
index 938be2a..96770db 100644
--- a/www/typolight/Makefile
+++ b/www/typolight/Makefile
@@ -23,6 +23,8 @@ WWWDIR?= ${PREFIX}/www/${PORTNAME}
do-install:
@${MKDIR} ${WWWDIR}
+ @${TOUCH} ${WWWDIR}/system/config/localconfig.php
+ @${CHOWN} ${WWWOWN} ${WWWDIR}/system/config/localconfig.php
${CP} -R ${WRKSRC}/ ${WWWDIR}
@${CAT} ${PKGMESSAGE}