summaryrefslogtreecommitdiff
path: root/www/tidy/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-03-29 12:40:00 +0000
committerjmmv <jmmv@pkgsrc.org>2003-03-29 12:40:00 +0000
commit0916498c1b6dd1e6312100e3813722d9ec0a3ae4 (patch)
treefaa47d38b96f7c3d479f826963ddfdc99b66acc3 /www/tidy/Makefile
parent027ce626821d991bc282a370598c738be6c3e12e (diff)
downloadpkgsrc-0916498c1b6dd1e6312100e3813722d9ec0a3ae4.tar.gz
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'www/tidy/Makefile')
-rw-r--r--www/tidy/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/tidy/Makefile b/www/tidy/Makefile
index 0cf6c7d41d8..7ce4ffaf4f7 100644
--- a/www/tidy/Makefile
+++ b/www/tidy/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2002/11/22 16:37:05 jschauma Exp $
+# $NetBSD: Makefile,v 1.9 2003/03/29 12:42:55 jmmv Exp $
#
DISTNAME= tidy_src_021108
PKGNAME= tidy-20021108
+WRKSRC= ${WRKDIR}/tidy
CATEGORIES= www
MASTER_SITES= http://tidy.sourceforge.net/src/ \
http://tidy.sourceforge.net/docs/ \
@@ -14,7 +15,6 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://tidy.sourceforge.net/
COMMENT= Fixes and tidies up HTML files
-WRKSRC= ${WRKDIR}/tidy
ALL_TARGET= tidy
CFLAGS+= -DPRESERVE_FILE_TIMES=0