diff options
author | Alex Dupre <ale@FreeBSD.org> | 2005-11-20 20:46:18 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2005-11-20 20:46:18 +0000 |
commit | 6c55a61a6a60239c5a07a533e050dd8e40a3d635 (patch) | |
tree | 886580253b15fdfdcb55c2fadc50ae20248b6d03 /mail/nocc/Makefile | |
parent | ab9cbd28d9b94a89045f94adb4df54286bd4d7aa (diff) |
Notes
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} |