summaryrefslogtreecommitdiff
path: root/www/tidy/Makefile
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2004-09-07 14:37:27 +0000
committerreed <reed@pkgsrc.org>2004-09-07 14:37:27 +0000
commit1803c52b72ef444d758b1f1e846cf42ca981822e (patch)
tree436982c28f722dea12856f3df9292746ed853946 /www/tidy/Makefile
parente134059751e123ca75316ae12190e06d223af82c (diff)
downloadpkgsrc-1803c52b72ef444d758b1f1e846cf42ca981822e.tar.gz
Define RANLIB for Darwin (not tested by me).
Update to newer docs download file (updated docs appear to be the man page, tidy.css, and quickref.html). Also bump PKGREVISION. This will close PR pkg/26867. Thank you, Mark E. Perkins.
Diffstat (limited to 'www/tidy/Makefile')
-rw-r--r--www/tidy/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/www/tidy/Makefile b/www/tidy/Makefile
index e58f8a9fde5..e3723d65d73 100644
--- a/www/tidy/Makefile
+++ b/www/tidy/Makefile
@@ -1,14 +1,15 @@
-# $NetBSD: Makefile,v 1.16 2004/08/30 18:48:57 reed Exp $
+# $NetBSD: Makefile,v 1.17 2004/09/07 14:37:27 reed Exp $
#
DISTNAME= tidy_src_040811
PKGNAME= tidy-20040811
+PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= http://tidy.sourceforge.net/src/ \
http://tidy.sourceforge.net/docs/ \
http://tidy.sourceforge.net/src/old/
EXTRACT_SUFX= .tgz
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} tidy_docs_030610${EXTRACT_SUFX}
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} tidy_docs_040810${EXTRACT_SUFX}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://tidy.sourceforge.net/
@@ -20,6 +21,9 @@ NO_CONFIGURE= yes
USE_GNU_TOOLS+= make
BUILD_DIRS= ${WRKSRC}/build/gmake
+OPSYSVARS+= MAKEFLAGS
+MAKEFLAGS.Darwin+= RANLIB=ranlib
+
HTML_DOCFILES= Overview.html doxygen.cfg grid.gif quickref.html tidy.css \
faq.html license.html pending.html release-notes.html tidy.gif
HTML_DOCDIR= ${PREFIX}/share/doc/html/tidy