diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-09-27 14:20:32 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-09-27 14:20:32 +0000 |
commit | e028bdafc4c170496d1eb8729d8d72e4aafc43d2 (patch) | |
tree | 5edfb3f8d3f58ffa81ebbc485c8b0a3d82a76933 /www/mod_layout/Makefile | |
parent | - Update to 0.45 [1] (diff) |
Update to 3.2.1
PR: 57173
Submitted by: maintainer
Diffstat (limited to 'www/mod_layout/Makefile')
-rw-r--r-- | www/mod_layout/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/mod_layout/Makefile b/www/mod_layout/Makefile index 2e66b9b81f62..2dab83192e60 100644 --- a/www/mod_layout/Makefile +++ b/www/mod_layout/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mod_layout -PORTVERSION= 3.2 +PORTVERSION= 3.2.1 CATEGORIES= www MASTER_SITES= http://software.tangent.org/download/ @@ -19,8 +19,9 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 USE_REINPLACE= yes post-patch: - @${REINPLACE_CMD} -e 's!apxs!${LOCALBASE}/sbin/apxs!g' \ - ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e 's!apxs!${LOCALBASE}/sbin/apxs!g; \ + s!-DDEBUG!!g' ${WRKSRC}/Makefile + post-install: .if !defined(NOPORTDOCS) |