diff options
author | lioux <lioux@FreeBSD.org> | 2001-08-03 04:04:48 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-08-03 04:04:48 +0000 |
commit | 364f5c19f0ca10ed59f3b00ec4ce6a5d469368a2 (patch) | |
tree | df561a3851ba40c67222d4dbb73ced55a81121c8 /www/mod_layout/Makefile | |
parent | 365d8fef765d0fb08c5f81642bda24796b5d1ace (diff) | |
download | FreeBSD-ports-364f5c19f0ca10ed59f3b00ec4ce6a5d469368a2.zip FreeBSD-ports-364f5c19f0ca10ed59f3b00ec4ce6a5d469368a2.tar.gz |
o Update to 3.0
o Support NOPORTDOCS and deploy DOCSDIR
o Update COMMENT, DESCR, PKGMESSAGE and WWW tag
o Clean up installation (enable httpd.conf stuff by default)
o Install better documentation
PR: 29254
Submitted by: maintainer
Diffstat (limited to 'www/mod_layout/Makefile')
-rw-r--r-- | www/mod_layout/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/mod_layout/Makefile b/www/mod_layout/Makefile index 388d09d..8e35285 100644 --- a/www/mod_layout/Makefile +++ b/www/mod_layout/Makefile @@ -6,11 +6,10 @@ # PORTNAME= mod_layout -PORTVERSION= 2.10.6 -PORTREVISION= 1 +PORTVERSION= 3.0 CATEGORIES= www MASTER_SITES= ftp://ftp.tangent.org/pub/apache/ \ - http://www.tangent.org/mod_layout/ + http://software.tangent.org/download/ MAINTAINER= petef@databits.net @@ -20,13 +19,14 @@ 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!; s!APXS=apxs!APXS?=apxs!' \ + @${PERL} -pi -e 's!APXS=apxs!APXS?=apxs!' \ ${WRKSRC}/Makefile post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/${PORTNAME} - ${INSTALL_DATA} ${WRKSRC}/faq.html ${PREFIX}/share/doc/${PORTNAME} + @${MKDIR} ${DOCSDIR} ${DOCSDIR}/directives + ${INSTALL_DATA} ${WRKSRC}/faq.html ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/directives/* ${DOCSDIR}/directives .endif @${CAT} ${PKGMESSAGE} |