- fix typo and thus plist for -DNOPORTDOCS

- OPTIONify
- bump PORTREVISION

Prompted by:	QA Tindy run
This commit is contained in:
Ion-Mihai Tetcu 2008-06-29 21:41:04 +00:00
parent 1b2fb0955a
commit df0f87a98f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215984

View file

@ -7,6 +7,7 @@
PORTNAME= Mixminion
DISTVERSION= 0.0.8alpha2
PORTREVISION= 1
CATEGORIES= mail security
MASTER_SITES= http://www.mixminion.net/dist/${DISTVERSION}/
@ -24,6 +25,10 @@ MAN8= mixminiond.8
PORTDOCS= statusfd.txt tutorial.txt
OPTIONS= SERVER "Also install the server" on
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_SERVER)
USE_RC_SUBR+= mixminiond
SUB_FILES+= pkg-message
@ -51,11 +56,11 @@ post-install:
@${CHMOD} 0700 /var/log/mixminion
@${CAT} ${PKGMESSAGE}
.endif
.if !defined(NOPORTDOC)
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
@${INSTALL_DATA} ${WRKSRC}/doc/${f} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>