diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-05-29 04:07:02 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-05-29 04:07:02 +0000 |
commit | c2f692179f398a0a199c9651120ee8f3c682be8f (patch) | |
tree | 2aa4f8bf52e15ed3051b40849ed2f25862dc397c /textproc/htdig | |
parent | a73300d09ba871b40b458b4f162899288b93845d (diff) | |
download | ports-c2f692179f398a0a199c9651120ee8f3c682be8f.tar.gz ports-c2f692179f398a0a199c9651120ee8f3c682be8f.zip |
Notes
Diffstat (limited to 'textproc/htdig')
-rw-r--r-- | textproc/htdig/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/textproc/htdig/Makefile b/textproc/htdig/Makefile index 6dac4a860fa3..b1c88a844920 100644 --- a/textproc/htdig/Makefile +++ b/textproc/htdig/Makefile @@ -9,12 +9,7 @@ PORTNAME= htdig PORTVERSION= 3.2.0.b6 PORTREVISION= 2 CATEGORIES= textproc www -MASTER_SITES= http://htdig.sourceforge.net/files/ \ - http://www.htdig.org/files/ \ - ftp://netmirror.org/ftp.htdig.org/ \ - ftp://gnu.kookel.org/pub/htdig/ftp.htdig.org/files/ \ - ftp://ftp.ntua.gr/pub/www/htdig/ \ - http://dougbarton.us/Downloads/ +MASTER_SITES= SF DISTNAME= htdig-3.2.0b6 MAINTAINER= DougB@FreeBSD.org @@ -43,9 +38,8 @@ OPTIONS= APACHE "Include ${APACHE_PORT} as a dependency" on .include <bsd.port.pre.mk> .if !defined(WITHOUT_APACHE) -USE_APACHE= yes +USE_APACHE= 1.3+ CONFIGURE_ARGS+= --with-apache=${LOCALBASE}/sbin -RUN_DEPENDS= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/${APACHE_PORT} .endif post-patch: @@ -64,7 +58,7 @@ post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR}/html .for f in ChangeLog ChangeLog.0 README STATUS - @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/ .endfor .for f in *.html *.gif @${INSTALL_DATA} ${WRKSRC}/htdoc/${f} ${DOCSDIR}/html |