diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-01-19 16:58:09 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-01-19 16:58:09 +0000 |
commit | 1e5f8701d959f3521726d8680dc3b052c61fe685 (patch) | |
tree | 0b1b4ff39fea5e6f3202151744276c0301de9823 /deskutils/horde-kronolith | |
parent | 32cb3f1df749afdd38c89c685defd512815c028a (diff) | |
download | ports-1e5f8701d959f3521726d8680dc3b052c61fe685.tar.gz ports-1e5f8701d959f3521726d8680dc3b052c61fe685.zip |
Notes
Diffstat (limited to 'deskutils/horde-kronolith')
-rw-r--r-- | deskutils/horde-kronolith/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/deskutils/horde-kronolith/Makefile b/deskutils/horde-kronolith/Makefile index 41ebd8a46071..8a7cdc23a0aa 100644 --- a/deskutils/horde-kronolith/Makefile +++ b/deskutils/horde-kronolith/Makefile @@ -7,6 +7,7 @@ PORTNAME= kronolith PORTVERSION= 0.0.3.011209 +PORTREVISION= 1 CATEGORIES= deskutils www MASTER_SITES= http://pompo.net/horde/kronolith/ @@ -56,6 +57,8 @@ do-install: @${CP} -p ${FILESDIR}/httpd.conf.kronolith ${HORDE_INC} @${PERL} -pi -e "s:/home/httpd/html/horde/kronolith:${KRONOLITHDIR}:g" \ ${HORDE_INC}/httpd.conf.kronolith + @${PERL} -pi -e "s://UNCOMMENTWHENINSTKRONOLITH::" \ + ${HORDEDIR}/config/registry.php .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for FILE in ${DOCS} |