diff options
author | thierry <thierry@FreeBSD.org> | 2005-04-02 20:24:43 +0000 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-04-02 20:24:43 +0000 |
commit | 4b6ea48b90805fc933d78a97e435198ed0303522 (patch) | |
tree | cb9962ad8d0ea502c8386ae3f081253817b37104 /www/horde/Makefile | |
parent | c695d6de7c3d72f367dc7d091f982d7aaa429fa7 (diff) | |
download | FreeBSD-ports-4b6ea48b90805fc933d78a97e435198ed0303522.zip FreeBSD-ports-4b6ea48b90805fc933d78a97e435198ed0303522.tar.gz |
Upgrade to v3.0.4.
Changelog at
<http://cvs.horde.org/diff.php/horde/docs/CHANGES?r1=1.515.2.49&r2=1.515.2.93&ty=h>.
Diffstat (limited to 'www/horde/Makefile')
-rw-r--r-- | www/horde/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/www/horde/Makefile b/www/horde/Makefile index 09d4810..c7da1a6 100644 --- a/www/horde/Makefile +++ b/www/horde/Makefile @@ -6,7 +6,7 @@ # PORTNAME= horde -PORTVERSION= 3.0.3 +PORTVERSION= 3.0.4 CATEGORIES= www MASTER_SITES= ftp://ftp.horde.org/pub/horde/ \ ftp://ftp.planetmirror.com/pub/horde/horde/ \ @@ -94,6 +94,7 @@ NO_BUILD= yes USE_PHP= ctype gettext session WANT_PHP_MOD= yes USE_REINPLACE= yes +SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message .if !defined(WITHOUT_FILEINFO) @@ -196,8 +197,8 @@ RUN_DEPENDS+= ${LOCALBASE}/share/GeoIP/GeoIP.dat:${PORTSDIR}/net/GeoIP REINPLACE_ARGS= -i.beforeHorde DOCS= COPYING README docs/CHANGES docs/CODING_STANDARDS \ docs/CONTRIBUTING docs/CREDITS docs/HACKING docs/INSTALL \ - docs/PERFORMANCE docs/RELEASE docs/RELEASE_NOTES docs/SECURITY \ - docs/TODO docs/TRANSLATIONS docs/UPGRADING + docs/PERFORMANCE docs/RELEASE_NOTES docs/SECURITY docs/TODO \ + docs/TRANSLATIONS docs/UPGRADING CONFFILE= conf.php mime_drivers.php motd.php nls.php prefs.php registry.php SUB_DIRS= admin config js lib locale po scripts services templates themes util @@ -205,6 +206,7 @@ LHORDEDIR?= www/horde LHORDESBIN?= sbin PLIST_SUB= HORDEDIR=${LHORDEDIR} HORDESBIN=${LHORDESBIN} +SUB_LIST= HORDEDIR=${HORDEDIR} APACHE_CONF=${APACHE_CONF} HORDESBIN=${HORDESBIN} HORDEDIR= ${PREFIX}/${LHORDEDIR} HORDESBIN= ${PREFIX}/${LHORDESBIN} @@ -333,9 +335,6 @@ do-install: .endif post-install: - @${SED} -e "s:%%HORDEDIR%%:${HORDEDIR}:g;s:%%APACHE_CONF%%:${APACHE_CONF}:g" \ - -e "s:%%HORDESBIN%%:${HORDESBIN}:;s:%%DOCSDIR%%:${DOCSDIR}:" \ - ${FILESDIR}/pkg-message.in > ${PKGMESSAGE} @${ECHO_MSG} @${CAT} ${PKGMESSAGE} @${ECHO_MSG} |