diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-04-16 17:30:19 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-04-16 17:30:19 +0000 |
commit | 2bccc5762a16233efb2567bf9332eb407e36a7d5 (patch) | |
tree | d8f1f5cf1399922adad9459c19cba8da272784b1 /mail/prayer/Makefile | |
parent | 604bb2ab574bf5cc74017a584b6e39aa7ca1f9c5 (diff) | |
download | ports-2bccc5762a16233efb2567bf9332eb407e36a7d5.tar.gz ports-2bccc5762a16233efb2567bf9332eb407e36a7d5.zip |
Notes
Diffstat (limited to 'mail/prayer/Makefile')
-rw-r--r-- | mail/prayer/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/prayer/Makefile b/mail/prayer/Makefile index 050b46475ca6..dfbdd7df1121 100644 --- a/mail/prayer/Makefile +++ b/mail/prayer/Makefile @@ -6,7 +6,7 @@ # PORTNAME= prayer -PORTVERSION= 1.0.19 +PORTVERSION= 1.1.0 CATEGORIES= mail www MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/email/prayer/ @@ -22,11 +22,15 @@ USE_OPENLDAP= yes USE_GMAKE= yes USE_OPENSSL= yes USE_PERL5_BUILD= yes +USE_ICONV= yes MAKE_ENV+= PORTCFLAGS="${CFLAGS}" PORTDOCS= ACCOUNTD CMD_LINE DESIGN DONE DONE-OLD FEATURES ICONLIST \ INSTALL LOGS NOTICE README ROADMAP SECURITY TODO URL_OPTIONS +post-extract: + @${FIND} ${WRKSRC} -depth -type d -name CVS -exec ${RM} -rf {} \; + pre-patch: ${CP} ${WRKSRC}/defaults/Config ${WRKSRC}/Config |