diff options
author | thierry <thierry@FreeBSD.org> | 2005-05-02 04:49:15 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-05-02 04:49:15 +0800 |
commit | 4e9766e54dde692f1dc6fb47d8ab2f797835b64b (patch) | |
tree | 76fcc41a409802d3283dc4b7ef1e479cd1e533f7 /deskutils/horde-kronolith/Makefile | |
parent | fbcfcd7fc330531b288c78d64b633cc951c02c64 (diff) | |
download | freebsd-ports-gnome-4e9766e54dde692f1dc6fb47d8ab2f797835b64b.tar.gz freebsd-ports-gnome-4e9766e54dde692f1dc6fb47d8ab2f797835b64b.tar.zst freebsd-ports-gnome-4e9766e54dde692f1dc6fb47d8ab2f797835b64b.zip |
Upgrade to 2.0.3.
Changelog at
<http://cvs.horde.org/diff.php/kronolith/docs/CHANGES?r1=1.165.2.22&r2=1.165.2.54&ty=>.
Diffstat (limited to 'deskutils/horde-kronolith/Makefile')
-rw-r--r-- | deskutils/horde-kronolith/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/deskutils/horde-kronolith/Makefile b/deskutils/horde-kronolith/Makefile index 850c04b66075..002c50d34ec8 100644 --- a/deskutils/horde-kronolith/Makefile +++ b/deskutils/horde-kronolith/Makefile @@ -6,7 +6,7 @@ # PORTNAME= kronolith -PORTVERSION= 2.0.2 +PORTVERSION= 2.0.3 CATEGORIES= deskutils www MASTER_SITES= ftp://ftp.horde.org/pub/kronolith/ \ ftp://ftp.planetmirror.com/pub/horde/kronolith/ \ @@ -45,8 +45,10 @@ SUB_DIRS= config lib locale po scripts templates themes LHORDEDIR?= www/horde LKRONOLITHDIR?= ${LHORDEDIR}/kronolith -PLIST_SUB= KRONOLITHDIR=${LKRONOLITHDIR} PKGMESSAGE= ${WRKDIR}/pkg-message +SUB_FILES= pkg-message +SUB_LIST= KRONOLITHDIR=${KRONOLITHDIR} +PLIST_SUB= KRONOLITHDIR=${LKRONOLITHDIR} KRONOLITHDIR= ${PREFIX}/${LKRONOLITHDIR} CONFDIR= ${KRONOLITHDIR}/config @@ -114,9 +116,6 @@ post-install: fi . endif .endif - @${SED} -e "s:%%KRONOLITHDIR%%:${KRONOLITHDIR}:g;s:%%DOCSDIR%%:${DOCSDIR}:g" \ - -e "s:%%LOCALBASE%%:${LOCALBASE}:" < ${FILESDIR}/pkg-message.in \ - > ${PKGMESSAGE} @${ECHO_MSG} @${CAT} ${PKGMESSAGE} @${ECHO_MSG} |