diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-06-18 07:46:24 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-06-18 07:46:24 +0000 |
commit | 0ca81fd4152cdef4c466c0f86d55756d0102a95d (patch) | |
tree | bb213b4d3b2acd33e5e02b35f7887726406d668e /deskutils/horde-kronolith/Makefile | |
parent | 988b511be92970f2dcf907fd7557bd350f3769a7 (diff) | |
download | ports-0ca81fd4152cdef4c466c0f86d55756d0102a95d.tar.gz ports-0ca81fd4152cdef4c466c0f86d55756d0102a95d.zip |
Notes
Diffstat (limited to 'deskutils/horde-kronolith/Makefile')
-rw-r--r-- | deskutils/horde-kronolith/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/deskutils/horde-kronolith/Makefile b/deskutils/horde-kronolith/Makefile index fd0be4100cc7..ac563fd6f682 100644 --- a/deskutils/horde-kronolith/Makefile +++ b/deskutils/horde-kronolith/Makefile @@ -7,10 +7,10 @@ PORTNAME= kronolith PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils www -MASTER_SITES= ftp://ftp.horde.org/pub/kronolith/tarballs/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-RC3 +MASTER_SITES= ftp://ftp.horde.org/pub/kronolith/tarballs/%SUBDIR%/ +MASTER_SITE_SUBDIR= . old MAINTAINER= thierry@pompo.net @@ -62,8 +62,12 @@ 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 + @${CP} -p ${HORDEDIR}/config/registry.php \ + ${HORDEDIR}/config/registry.php.beforeKronolith @${PERL} -pi -e "s://UNCOMMENTWHENINSTKRONOLITH::" \ ${HORDEDIR}/config/registry.php + @${CP} -p ${HORDEDIR}/config/registry.php \ + ${HORDEDIR}/config/registry.php.afterKronolith .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for FILE in ${DOCS} |