diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-06-27 05:45:22 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-06-27 05:45:22 +0000 |
commit | cf6a741fe0ab5eaa981824045f0083330389f559 (patch) | |
tree | 5b5a16da5cc48ea84901f7b53442b913e51b6635 /www | |
parent | d869164885edda6e1dc20b133d7e2a5ff5c87e1b (diff) | |
download | ports-cf6a741fe0ab5eaa981824045f0083330389f559.tar.gz ports-cf6a741fe0ab5eaa981824045f0083330389f559.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_layout/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www/mod_layout/Makefile b/www/mod_layout/Makefile index 60d51dae2a7c..388d09d5b1e5 100644 --- a/www/mod_layout/Makefile +++ b/www/mod_layout/Makefile @@ -7,6 +7,7 @@ PORTNAME= mod_layout PORTVERSION= 2.10.6 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ftp://ftp.tangent.org/pub/apache/ \ http://www.tangent.org/mod_layout/ @@ -16,8 +17,11 @@ MAINTAINER= petef@databits.net BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 +MAKE_ENV= APXS=${LOCALBASE}/sbin/apxs + post-patch: - @${PERL} -pi -e 's!-i -a -n!-i -A -n!' ${WRKSRC}/Makefile + @${PERL} -pi -e 's!-i -a -n!-i -A -n!; s!APXS=apxs!APXS?=apxs!' \ + ${WRKSRC}/Makefile post-install: .if !defined(NOPORTDOCS) |