summaryrefslogtreecommitdiff
path: root/devel/horde-chora/Makefile
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>2002-05-24 20:33:28 +0000
committerSADA Kenji <sada@FreeBSD.org>2002-05-24 20:33:28 +0000
commitef4f0a412de154b79baa0fd28523a4a452ded098 (patch)
tree84ca109006068541b8da38274e5f437aff847b1c /devel/horde-chora/Makefile
parentReset MAINTAINER, as maintainers mail address bounces: (diff)
Upgrade to version 1.1 .
PR: ports/38280 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=59928
Diffstat (limited to 'devel/horde-chora/Makefile')
-rw-r--r--devel/horde-chora/Makefile14
1 files changed, 9 insertions, 5 deletions
diff --git a/devel/horde-chora/Makefile b/devel/horde-chora/Makefile
index 413a8a96fde9..9681232a0e11 100644
--- a/devel/horde-chora/Makefile
+++ b/devel/horde-chora/Makefile
@@ -6,14 +6,16 @@
#
PORTNAME= chora
-PORTVERSION= 1.0
-PORTREVISION= 1
+PORTVERSION= 1.1
CATEGORIES= devel www
MASTER_SITES= ftp://ftp.horde.org/pub/chora/tarballs/ \
ftp://ftp.uk.horde.org/mirrors/ftp.horde.org/pub/chora/tarballs/
+DISTNAME= ${PORTNAME}-${PORTVERSION}-RC1
MAINTAINER= thierry@pompo.net
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+
#-----------------------------------------------------------------------
# You may define these options:
#
@@ -45,7 +47,8 @@ CVSROOT= /home/cvs
DOCS= COPYING README docs/BUGS docs/CHANGES docs/CREDITS \
docs/GOALS docs/INSTALL
CONFFILE= conf.php cvsroots.php html.php longIntro.txt \
- mime_drivers.php
+ mime_drivers.php prefs.php
+SUB_DIRS= config graphics lib locale po templates
LHORDEDIR?= www/horde
LCHORADIR?= ${LHORDEDIR}/chora
@@ -60,8 +63,9 @@ HORDE_INC= ${LOCALBASE}/etc/horde
do-install:
@${MKDIR} ${CHORADIR}
- @${CP} -Rp ${WRKSRC}/config ${WRKSRC}/graphics ${WRKSRC}/lib ${CHORADIR}
- @${CP} -Rp ${WRKSRC}/locale ${WRKSRC}/po ${WRKSRC}/templates ${CHORADIR}
+.for REP in ${SUB_DIRS}
+ @${CP} -Rp ${WRKSRC}/${REP} ${CHORADIR}
+.endfor
@${CP} -p ${WRKSRC}/*.php ${CHORADIR}
.for FILE in ${CONFFILE}
@if [ ! -f ${CONFDIR}/${FILE} ]; then \