diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-03-16 22:30:06 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-03-16 22:30:06 +0000 |
commit | a46fd54d0407cabc6c6fb96e3bdd7c42656b83fd (patch) | |
tree | d70fbb42417e6988f84f1c37460c47cd17ced3ef /devel/horde-chora/Makefile | |
parent | 9835e7cc57ec619941c620463cb7d95049adbe8b (diff) | |
download | ports-a46fd54d0407cabc6c6fb96e3bdd7c42656b83fd.tar.gz ports-a46fd54d0407cabc6c6fb96e3bdd7c42656b83fd.zip |
Notes
Diffstat (limited to 'devel/horde-chora/Makefile')
-rw-r--r-- | devel/horde-chora/Makefile | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/devel/horde-chora/Makefile b/devel/horde-chora/Makefile index 5fb9f9208975..43bdb5a74413 100644 --- a/devel/horde-chora/Makefile +++ b/devel/horde-chora/Makefile @@ -6,15 +6,17 @@ # PORTNAME= chora -PORTVERSION= 1.2 -PORTREVISION= 1 +PORTVERSION= 1.2.1 CATEGORIES= devel www MASTER_SITES= ftp://ftp.horde.org/pub/chora/ \ + ftp://ftp.planetmirror.com/pub/horde/chora/ \ ftp://ftp.au.horde.org/pub/horde/chora/ \ + ftp://ftp.be.horde.org/chora/ \ ftp://ftp.es.horde.org/pub/chora/ \ ftp://ftp.it.horde.org/pub/mirror/horde.org/chora/ \ ftp://ftp.nl.horde.org/mirror/horde-ftp/pub/chora/ \ - ftp://ftp.pt.horde.org/pub/horde-ftp/chora/ + ftp://ftp.uk.horde.org/mirrors/ftp.horde.org/pub/chora/ \ + http://ftp.horde.org/pub/chora/ MAINTAINER= thierry@pompo.net COMMENT= The Horde CVS web-viewer @@ -50,7 +52,7 @@ CVSROOT= /home/cvs .endif DOCS= COPYING README docs/BUGS docs/CHANGES docs/CREDITS \ - docs/GOALS docs/INSTALL + docs/GOALS docs/INSTALL docs/RELEASE_NOTES CONFFILE= conf.php cvsroots.php html.php longIntro.txt \ mime_drivers.php prefs.php SUB_DIRS= config graphics lib locale po templates @@ -66,6 +68,9 @@ CONFDIR= ${CHORADIR}/config HORDE_INC= ${LOCALBASE}/etc/horde +post-patch: + @${RM} ${WRKSRC}/config/cvsroots.php.dist.orig + do-install: @${MKDIR} ${CHORADIR} .for REP in ${SUB_DIRS} @@ -106,8 +111,8 @@ do-install: post-install: @${ECHO_MSG} - @${CAT} ${PKGMESSAGE} | \ - ${SED} -e "s:%%CHORADIR%%:${CHORADIR}:g;s:%%PORTSDIR%%:${PORTSDIR}:g;s:%%CONFDIR%%:${CONFDIR}:g" + @${SED} -e "s:%%CHORADIR%%:${CHORADIR}:g;s:%%PORTSDIR%%:${PORTSDIR}:g" \ + -e "s:%%CONFDIR%%:${CONFDIR}:g" ${PKGMESSAGE} @${ECHO_MSG} .include <bsd.port.mk> |