diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-04 23:46:52 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-04 23:46:52 +0000 |
commit | 0cf8ed500c6f66fb62ddbe369b6a503d5cca6cb7 (patch) | |
tree | f4aa1e809f7ffc1ee1c2b39a9df3d26d36f980ed /databases/cyrus-imspd | |
parent | This port is already DEPRECATED, but I'm removing NOPORTDOCS from it (diff) |
Remove NOPORTDOCS and NOPORTEXAMPLES from unstaged ports. Stage a couple while
we're here. Remove any other references to NOPORT*.
Approved by: portmgr (blanket for modernization)
Notes
Notes:
svn path=/head/; revision=360690
Diffstat (limited to 'databases/cyrus-imspd')
-rw-r--r-- | databases/cyrus-imspd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/cyrus-imspd/Makefile b/databases/cyrus-imspd/Makefile index 7260652117f2..a22e2197e767 100644 --- a/databases/cyrus-imspd/Makefile +++ b/databases/cyrus-imspd/Makefile @@ -24,6 +24,8 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \ USE_RC_SUBR= imspd DOCSDIR= ${PREFIX}/share/doc/imspd +OPTIONS_DEFINE= DOCS + NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e "s|<sasl.h>|<sasl2/sasl.h>|" \ @@ -35,7 +37,6 @@ post-install: ${MKDIR} /var/imsp ${INSTALL_DATA} ${WRKSRC}/imsp/options.sample \ /var/imsp/options.dist -.if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/notes/Setup-instructions \ ${WRKSRC}/notes/option.registry \ @@ -43,7 +44,6 @@ post-install: ${WRKSRC}/notes/imsp.implementation \ ${WRKSRC}/notes/imsp.implementation.updates \ ${DOCSDIR} -.endif @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> |