aboutsummaryrefslogtreecommitdiff
path: root/www/mod_jail
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2013-12-15 13:54:30 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2013-12-15 13:54:30 +0000
commit5b6e5fe1ae5a614a4cc089705ae23115b43d4667 (patch)
tree8d9d75d320ffc47582311dc1b0da5b8d1dc23099 /www/mod_jail
parent796a75c34a9ff57c87c88a712e1688a786f058fe (diff)
downloadports-5b6e5fe1ae5a614a4cc089705ae23115b43d4667.tar.gz
ports-5b6e5fe1ae5a614a4cc089705ae23115b43d4667.zip
- allow staging
- change to new LIB_DEPENDS notation - s/LATEST_LINK/PKGNAMESUFFIX/ - fix MASTERSITE
Notes
Notes: svn path=/head/; revision=336534
Diffstat (limited to 'www/mod_jail')
-rw-r--r--www/mod_jail/Makefile13
1 files changed, 1 insertions, 12 deletions
diff --git a/www/mod_jail/Makefile b/www/mod_jail/Makefile
index ef0d0e90f640..d416bff0a38d 100644
--- a/www/mod_jail/Makefile
+++ b/www/mod_jail/Makefile
@@ -9,26 +9,15 @@ MASTER_SITES= http://mod-jail.googlecode.com/files/
MAINTAINER= apache@FreeBSD.org
COMMENT= Apache module to enable an easy alternative to mod_chroot
+LICENSE= AL2
USE_APACHE= 22+
AP_FAST_BUILD= yes
AP_GENPLIST= yes
-NOPORTDOCS= yes
-PORTDOCS= changelog.html documentation.html download.html \
- index.html
-
-NO_STAGE= yes
.include <bsd.port.pre.mk>
post-extract:
@${REINPLACE_CMD} -e "s|= apxs|= ${APXS}|" ${WRKSRC}/Makefile
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- @cd ${WRKSRC}/doc && \
- ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
-.endif
-
.include <bsd.port.post.mk>