pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/python23 fix comment and shorten createbuildlink'...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a79e2b1b5deb
branches:  trunk
changeset: 467003:a79e2b1b5deb
user:      recht <recht%pkgsrc.org@localhost>
date:      Sun Jan 25 14:10:29 2004 +0000

description:
fix comment and shorten createbuildlink's generated comment a bit

diffstat:

 lang/python23/buildlink3.mk |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diffs (22 lines):

diff -r 1ddd3e25d4f6 -r a79e2b1b5deb lang/python23/buildlink3.mk
--- a/lang/python23/buildlink3.mk       Sun Jan 25 14:07:22 2004 +0000
+++ b/lang/python23/buildlink3.mk       Sun Jan 25 14:10:29 2004 +0000
@@ -1,8 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.2 2004/01/25 14:07:22 recht Exp $
-#
-# This Makefile fragment is included by packages that use python23.
-#
-# This file was created automatically using createbuildlink-3.0.
+# $NetBSD: buildlink3.mk,v 1.3 2004/01/25 14:10:29 recht Exp $
 #
 
 BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
@@ -18,7 +14,7 @@
 BUILDLINK_PKGSRCDIR.python23?=         ../../lang/python23
 
 .if defined(BUILDLINK_DEPMETHOD.python)
-BUILDLINK_DEPMETHOD.python23pth?=      ${BUILDLINK_DEPMETHOD.python}
+BUILDLINK_DEPMETHOD.python23?= ${BUILDLINK_DEPMETHOD.python}
 .endif
 
 BUILDLINK_TRANSFORM+=          l:python:python2.3



Home | Main Index | Thread Index | Old Index