aboutsummaryrefslogtreecommitdiff
path: root/www/mod_fastcgi
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2013-12-15 16:45:38 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2013-12-15 16:45:38 +0000
commitd16f87ef4af5844477cce369a2e631e46d1952df (patch)
tree31bc3910fd2c9527abb6ff7eb290ac0db736b98f /www/mod_fastcgi
parentf59167d48a1a8d19295d5146f37d86ed678c2742 (diff)
downloadports-d16f87ef4af5844477cce369a2e631e46d1952df.tar.gz
ports-d16f87ef4af5844477cce369a2e631e46d1952df.zip
Notes
Diffstat (limited to 'www/mod_fastcgi')
-rw-r--r--www/mod_fastcgi/Makefile17
1 files changed, 4 insertions, 13 deletions
diff --git a/www/mod_fastcgi/Makefile b/www/mod_fastcgi/Makefile
index 28cb30b2e8f8..c52fdb03923e 100644
--- a/www/mod_fastcgi/Makefile
+++ b/www/mod_fastcgi/Makefile
@@ -10,25 +10,16 @@ DISTNAME= mod_fastcgi-SNAP-0910052141
DIST_SUBDIR= apache2
MAINTAINER= apache@FreeBSD.org
-COMMENT= A fast-cgi module for Apache
-
+COMMENT= Apache 2.2 fast-cgi module
USE_APACHE= 22
AP_FAST_BUILD= yes
AP_GENPLIST= yes
SRC_FILE= *.c
-PORTDOCS= LICENSE.TERMS mod_fastcgi.html
-
-NO_STAGE= yes
-do-install:
- @${APXS} -i -a -n ${SHORTMODNAME} ${WRKSRC}/${MODULENAME}.${AP_BUILDEXT}
+PORTDOCS= mod_fastcgi.html
post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
-.for f in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/docs/${f} ${DOCSDIR}
-.endfor
-.endif
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/docs/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>