diff options
author | dinoex <dinoex@FreeBSD.org> | 2004-07-19 13:27:43 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2004-07-19 13:27:43 +0800 |
commit | 5b0746490495e8e25b62df789a6cf1fa17340d30 (patch) | |
tree | b109aa8c89679e3f235686990ddaafe2052e22ce /mail/prayer/Makefile | |
parent | 538d28765e4c58b45f4a9331e8724b13fd3d1b51 (diff) | |
download | freebsd-ports-gnome-5b0746490495e8e25b62df789a6cf1fa17340d30.tar.gz freebsd-ports-gnome-5b0746490495e8e25b62df789a6cf1fa17340d30.tar.zst freebsd-ports-gnome-5b0746490495e8e25b62df789a6cf1fa17340d30.zip |
- update to 1.0.10
- drop maintainership
Diffstat (limited to 'mail/prayer/Makefile')
-rw-r--r-- | mail/prayer/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/mail/prayer/Makefile b/mail/prayer/Makefile index 70978657fb92..0e6c02b65cdf 100644 --- a/mail/prayer/Makefile +++ b/mail/prayer/Makefile @@ -6,13 +6,12 @@ # PORTNAME= prayer -PORTVERSION= 1.0.8 -PORTREVISION= 1 +PORTVERSION= 1.0.10 CATEGORIES= mail www MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/email/prayer/ # ftp://ftp.csx.cam.ac.uk/pub/software/email/prayer/prayer-1.0.8.tar.gz -MAINTAINER= dinoex@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Prayer Webmail System BUILD_DEPENDS= ${LOCALBASE}/lib/libc-client4.a:${PORTSDIR}/mail/cclient @@ -31,6 +30,9 @@ BERKLEYDB_LIB?= db3.3 DOCS= ACCOUNTD CMD_LINE DESIGN DONE DONE-OLD FEATURES ICONLIST \ INSTALL LOGS NOTICE README ROADMAP SECURITY TODO URL_OPTIONS +pre-patch: + ${CP} ${WRKSRC}/defaults/Config ${WRKSRC}/Config + do-configure: @${SED} -e "s=%%PREFIX%%=${PREFIX}=" ${FILESDIR}/prayer.sh \ > ${WRKSRC}/prayer.sh |