diff options
Diffstat (limited to 'mail/nocc/Makefile')
-rw-r--r-- | mail/nocc/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/mail/nocc/Makefile b/mail/nocc/Makefile index c80eb7939afc..3468edb304d0 100644 --- a/mail/nocc/Makefile +++ b/mail/nocc/Makefile @@ -6,12 +6,10 @@ # PORTNAME= nocc -PORTVERSION= 0.9.7 -PORTREVISION= 1 +DISTVERSION= 1.0.0rc1 CATEGORIES= mail www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/RC/} MAINTAINER= ale@FreeBSD.org COMMENT= A web-based e-mail system which access POP3 and IMAP mail servers @@ -20,9 +18,12 @@ USE_PHP= imap pcre session WANT_PHP_WEB= yes PKGMESSAGE= ${WRKDIR}/pkg-message -WRKSRC= ${WRKDIR} NO_BUILD= yes +.if !defined(NOPORTDOCS) +PORTDOCS= * +.endif + pre-patch: @${SED} 's|%%PREFIX%%|${PREFIX}|g' \ ${PKGDIR}/pkg-message > ${PKGMESSAGE} |