diff options
author | Steve Price <steve@FreeBSD.org> | 2001-06-17 18:36:35 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-06-17 18:36:35 +0000 |
commit | 50328ec333c178274c39486be77c16ce947b80d1 (patch) | |
tree | 89500f1b4dbf5f233c861329e663cf1e32a0a724 /www/mod_layout/Makefile | |
parent | Add a LIB_DEPENDS on the gettext port. (diff) |
Update to version 2.10.6.
PR: 27963
Submitted by: maintainer
Diffstat (limited to 'www/mod_layout/Makefile')
-rw-r--r-- | www/mod_layout/Makefile | 22 |
1 files changed, 7 insertions, 15 deletions
diff --git a/www/mod_layout/Makefile b/www/mod_layout/Makefile index ab63ac4fc353..60d51dae2a7c 100644 --- a/www/mod_layout/Makefile +++ b/www/mod_layout/Makefile @@ -6,32 +6,24 @@ # PORTNAME= mod_layout -PORTVERSION= 2.8.2 +PORTVERSION= 2.10.6 CATEGORIES= www MASTER_SITES= ftp://ftp.tangent.org/pub/apache/ \ http://www.tangent.org/mod_layout/ -MAINTAINER= mi@aldan.algebra.com +MAINTAINER= petef@databits.net BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 -do-build: - cd ${WRKSRC} && ${LOCALBASE}/sbin/apxs -c *.c - -do-install: - cd ${WRKSRC} && ${LOCALBASE}/sbin/apxs -A -i ${PORTNAME}.so - -.if !defined(NOPORTDOCS) -PLIST_SUB+= DOC='' +post-patch: + @${PERL} -pi -e 's!-i -a -n!-i -A -n!' ${WRKSRC}/Makefile post-install: +.if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/${PORTNAME} - @${INSTALL_DATA} ${WRKSRC}/*.html \ - ${PREFIX}/share/doc/${PORTNAME} - -.else -PLIST_SUB+= DOC='@comment ' + ${INSTALL_DATA} ${WRKSRC}/faq.html ${PREFIX}/share/doc/${PORTNAME} .endif + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> |