pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/tidy bl3ify



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8b7759235484
branches:  trunk
changeset: 468815:8b7759235484
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Feb 17 01:13:57 2004 +0000

description:
bl3ify

diffstat:

 www/tidy/Makefile      |   4 ++--
 www/tidy/buildlink3.mk |  22 ++++++++++++++++++++++
 2 files changed, 24 insertions(+), 2 deletions(-)

diffs (44 lines):

diff -r e96c7835ac6c -r 8b7759235484 www/tidy/Makefile
--- a/www/tidy/Makefile Tue Feb 17 00:09:41 2004 +0000
+++ b/www/tidy/Makefile Tue Feb 17 01:13:57 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/01/24 15:23:47 grant Exp $
+# $NetBSD: Makefile,v 1.15 2004/02/17 01:13:57 minskim Exp $
 #
 
 DISTNAME=      tidy_src_031002
@@ -15,7 +15,7 @@
 COMMENT=       Fixes and tidies up HTML files
 
 WRKSRC=                ${WRKDIR}/tidy
-USE_BUILDLINK2=        yes
+USE_BUILDLINK3=        yes
 NO_CONFIGURE=  yes
 USE_GNU_TOOLS+=        make
 BUILD_DIRS=    ${WRKSRC}/build/gmake
diff -r e96c7835ac6c -r 8b7759235484 www/tidy/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/tidy/buildlink3.mk    Tue Feb 17 01:13:57 2004 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: buildlink3.mk,v 1.1 2004/02/17 01:13:57 minskim Exp $
+#
+# This Makefile fragment is included by packages that use tidy.
+#
+# This file was created automatically using createbuildlink-3.1.
+#
+
+BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
+TIDY_BUILDLINK3_MK:=   ${TIDY_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+=    tidy
+.endif
+
+.if !empty(TIDY_BUILDLINK3_MK:M+)
+BUILDLINK_PACKAGES+=                   tidy
+BUILDLINK_DEPENDS.tidy+=               tidy>=20031002
+BUILDLINK_PKGSRCDIR.tidy?=             ../../www/tidy
+
+.endif # TIDY_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:=     ${BUILDLINK_DEPTH:S/+$//}



Home | Main Index | Thread Index | Old Index