diff options
-rw-r--r-- | www/mod_layout/Makefile | 7 | ||||
-rw-r--r-- | www/mod_layout/distinfo | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/www/mod_layout/Makefile b/www/mod_layout/Makefile index 2e66b9b..2dab831 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) diff --git a/www/mod_layout/distinfo b/www/mod_layout/distinfo index 6dd1f1b..a52ab92 100644 --- a/www/mod_layout/distinfo +++ b/www/mod_layout/distinfo @@ -1 +1 @@ -MD5 (mod_layout-3.2.tar.gz) = ff5b88973978b6a1a1d5277c52cc59f1 +MD5 (mod_layout-3.2.1.tar.gz) = fdad44ac360f65b2ca75f08fe53af4ad |