1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

- enable staging

This commit is contained in:
Olli Hauer 2013-12-15 09:43:05 +00:00
parent b1613e441d
commit 2a486098dc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336510

View File

@ -14,20 +14,16 @@ COMMENT= Apache 2 module to provide authentication via an IMAP mail server
LICENSE= GPLv2
WRKSRC= ${WRKDIR}/${PORTNAME}2-${PORTVERSION}
USE_APACHE= 22
NO_STAGE= yes
LATEST_LINK= mod_auth_imap2
AP_FAST_BUILD= yes
AP_GENPLIST= yes
PORTDOCS= htaccess-example httpd.conf-append-example
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
@cd ${WRKSRC}/examples && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/examples/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>