diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-08-03 04:04:48 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-08-03 04:04:48 +0000 |
commit | 13d131206d45a842809186df6b17e34554e715d1 (patch) | |
tree | e3291fb6f80a8d6f1d661efe701feea4d5ef0930 /www/mod_layout/Makefile | |
parent | o Update to 0.3.1 (diff) |
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 388d09d5b1e5..8e3528501173 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} |