summaryrefslogtreecommitdiff
path: root/www/mod_layout22/Makefile
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2003-09-26 17:25:14 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2003-09-26 17:25:14 +0000
commit5153f5fc0a1d65057a17bd74d0d6d7d47a75a9ac (patch)
tree8976ad2cee586d19b8ec32634384ce4bfd39f62c /www/mod_layout22/Makefile
parentfix comment (diff)
* Update to 4.0.2a
* Use LATEST_LINK PR: 57178 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Notes
Notes: svn path=/head/; revision=89465
Diffstat (limited to 'www/mod_layout22/Makefile')
-rw-r--r--www/mod_layout22/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/mod_layout22/Makefile b/www/mod_layout22/Makefile
index 081c6d87180a..16ef44eac3bb 100644
--- a/www/mod_layout22/Makefile
+++ b/www/mod_layout22/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= mod_layout
-PORTVERSION= 4.0.1a
+PORTVERSION= 4.0.2a
CATEGORIES= www
MASTER_SITES= http://software.tangent.org/download/
@@ -16,6 +16,8 @@ COMMENT= Apache2 module to wrap served pages with a header and/or footer
BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache2
RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache2
+LATEST_LINK= mod_layout2
+
USE_REINPLACE= yes
MAKE_ARGS+= builddir=${WRKSRC}
@@ -24,6 +26,5 @@ post-install:
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README
.endif
- @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>