diff options
author | ohauer <ohauer@FreeBSD.org> | 2013-12-15 17:43:05 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2013-12-15 17:43:05 +0800 |
commit | 55361a801bfdf495bed0913614a855cd0710d9a2 (patch) | |
tree | e97129a71b3b44b071159e42a7fbd4f98a4d83e0 /www | |
parent | 6d67972a7018724a5340b08f4c75151b6d4ee911 (diff) | |
download | freebsd-ports-gnome-55361a801bfdf495bed0913614a855cd0710d9a2.tar.gz freebsd-ports-gnome-55361a801bfdf495bed0913614a855cd0710d9a2.tar.zst freebsd-ports-gnome-55361a801bfdf495bed0913614a855cd0710d9a2.zip |
- enable staging
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_auth_imap2/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/www/mod_auth_imap2/Makefile b/www/mod_auth_imap2/Makefile index d065a8cb4164..77a5185d0daf 100644 --- a/www/mod_auth_imap2/Makefile +++ b/www/mod_auth_imap2/Makefile @@ -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> |