diff options
author | ohauer <ohauer@FreeBSD.org> | 2013-12-16 06:11:20 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2013-12-16 06:11:20 +0800 |
commit | 5550b7ffd82b6ef9b5c833ae012ffb2e3589c786 (patch) | |
tree | 04a297afc1f15cc989bfa9a4b4fac1df43caa203 /www/mod_uid | |
parent | 421b9565c6097dd51d21c912380898ffa548a7aa (diff) | |
download | freebsd-ports-gnome-5550b7ffd82b6ef9b5c833ae012ffb2e3589c786.tar.gz freebsd-ports-gnome-5550b7ffd82b6ef9b5c833ae012ffb2e3589c786.tar.zst freebsd-ports-gnome-5550b7ffd82b6ef9b5c833ae012ffb2e3589c786.zip |
- add stage support
- add license
- minor cleanups
with hat apache@
Diffstat (limited to 'www/mod_uid')
-rw-r--r-- | www/mod_uid/Makefile | 26 |
1 files changed, 6 insertions, 20 deletions
diff --git a/www/mod_uid/Makefile b/www/mod_uid/Makefile index a56b6779f7fc..67af50d78daf 100644 --- a/www/mod_uid/Makefile +++ b/www/mod_uid/Makefile @@ -7,31 +7,17 @@ CATEGORIES= www MASTER_SITES= ftp://ftp.lexa.ru/pub/apache-rus/contrib/ MAINTAINER= leeym@FreeBSD.org -COMMENT= A module issuing the "correct" cookies for counting the site visitors - +COMMENT= Apache module issuing the "correct" cookies for counting the site visitors USE_APACHE= 22 - -PORTDOCS= README.html - AP_FAST_BUILD= yes AP_GENPLIST= yes - -NO_STAGE= yes -.include <bsd.port.pre.mk> - -.if ${APACHE_VERSION} == 13 -MODULENAME= mod_uid -.else MODULENAME= mod_uid2 -.endif + +PORTDOCS= README.html post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for f in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} -.endfor -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |