summaryrefslogtreecommitdiff
path: root/www/mod_layout
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-06-27 05:45:22 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-06-27 05:45:22 +0000
commitcf6a741fe0ab5eaa981824045f0083330389f559 (patch)
tree5b5a16da5cc48ea84901f7b53442b913e51b6635 /www/mod_layout
parentAdd tmda, an anti spam python application. (diff)
Fix error reported by bento when apache is installed as a depend
Bump PORTREVISION PR: 28440 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=44491
Diffstat (limited to 'www/mod_layout')
-rw-r--r--www/mod_layout/Makefile6
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)