diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:36:50 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:36:50 +0000 |
commit | 85fbf21ec594128ff43c71f34d84d4c02ecf7fa7 (patch) | |
tree | f64ac925b256287c7a34412ba29125deea68e3ac /www/mod_layout22 | |
parent | 31f7b03b56b845a2ab26abb64b0d905ee3b48978 (diff) | |
download | ports-85fbf21ec594128ff43c71f34d84d4c02ecf7fa7.tar.gz ports-85fbf21ec594128ff43c71f34d84d4c02ecf7fa7.zip |
Notes
Diffstat (limited to 'www/mod_layout22')
-rw-r--r-- | www/mod_layout22/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/mod_layout22/Makefile b/www/mod_layout22/Makefile index abb9d31ae2e3..96513ee8d5aa 100644 --- a/www/mod_layout22/Makefile +++ b/www/mod_layout22/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mod_layout Apache 2 module -# Date created: Nov 15 2002 -# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org> -# +# Created by: Clement Laforet <sheepkiller@cultdeadsheep.org> # $FreeBSD$ -# PORTNAME= mod_layout PORTVERSION= 5.1 @@ -25,6 +21,7 @@ LATEST_LINK= mod_layout22 MAKE_ARGS+= builddir=${WRKSRC} +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR}/ |