aboutsummaryrefslogtreecommitdiff
path: root/mail/freepops/Makefile
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2008-12-28 21:41:10 +0000
committerBeech Rintoul <beech@FreeBSD.org>2008-12-28 21:41:10 +0000
commit30c2ccf1d75a3205809869303ebd496486604eee (patch)
treeb0f6e6b40b057722d5589294f1dc0e7f8099f18c /mail/freepops/Makefile
parente6ecc79a671311067007c5e7eea12fb1f56db38e (diff)
downloadports-30c2ccf1d75a3205809869303ebd496486604eee.tar.gz
ports-30c2ccf1d75a3205809869303ebd496486604eee.zip
Notes
Diffstat (limited to 'mail/freepops/Makefile')
-rw-r--r--mail/freepops/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/mail/freepops/Makefile b/mail/freepops/Makefile
index 3e750b33d727..f9165d57a8cb 100644
--- a/mail/freepops/Makefile
+++ b/mail/freepops/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= freepops
-PORTVERSION= 0.2.8
+PORTVERSION= 0.2.9
CATEGORIES= mail
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= freepops
+MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Extensible webmail to pop3 interface
@@ -18,6 +17,7 @@ LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \
curl:${PORTSDIR}/ftp/curl
MAN1= freepopsd.1 freepops-updater-dialog.1 freepops-updater-zenity.1
+PORTDOCS= *
USE_BISON= build
USE_GMAKE= yes
@@ -50,6 +50,10 @@ post-patch:
's|^#CURL_LD_FLAGS|CURL_LD_FLAGS|' \
${WRKSRC}/src/Makefile
+.if defined(NOPORTDOCS)
+EXTRA_PATCHES+= ${FILESDIR}/extra-patch-Makefile
+.endif
+
post-install:
@${CHMOD} ${SHAREMODE} ${DATADIR}/lua/*.lua
@[ -f ${PREFIX}/etc/freepops/config.lua ] || \