pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/url2pkg Remove autogenerated USE_BUILDLINK3 l...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b316602dfad8
branches:  trunk
changeset: 492395:b316602dfad8
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Apr 11 19:02:07 2005 +0000

description:
Remove autogenerated USE_BUILDLINK3 line.  1.28.

diffstat:

 pkgtools/url2pkg/Makefile      |  4 ++--
 pkgtools/url2pkg/files/url2pkg |  4 +---
 2 files changed, 3 insertions(+), 5 deletions(-)

diffs (33 lines):

diff -r 45393e8e1c72 -r b316602dfad8 pkgtools/url2pkg/Makefile
--- a/pkgtools/url2pkg/Makefile Mon Apr 11 19:01:31 2005 +0000
+++ b/pkgtools/url2pkg/Makefile Mon Apr 11 19:02:07 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2005/03/21 22:33:05 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2005/04/11 19:02:07 tv Exp $
 #
 
-DISTNAME=      url2pkg-1.27
+DISTNAME=      url2pkg-1.28
 CATEGORIES=    pkgtools sysutils
 MASTER_SITES=  # Nothing
 DISTFILES=     # Nothing
diff -r 45393e8e1c72 -r b316602dfad8 pkgtools/url2pkg/files/url2pkg
--- a/pkgtools/url2pkg/files/url2pkg    Mon Apr 11 19:01:31 2005 +0000
+++ b/pkgtools/url2pkg/files/url2pkg    Mon Apr 11 19:02:07 2005 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: url2pkg,v 1.28 2005/03/21 22:33:05 wiz Exp $
+# $NetBSD: url2pkg,v 1.29 2005/04/11 19:02:07 tv Exp $
 #
 # url2pkg
 # (c) 1999-2002 Hubert Feyrer <hubert%feyrer.de@localhost>
@@ -150,8 +150,6 @@
                echo "WRKSRC=           $WRKSRC"
        fi
 
-       echo "USE_BUILDLINK3=           yes"
-
        if [ "${USE_PKGLOCALEDIR}" != "" ]; then
                echo "USE_PKGLOCALEDIR= $USE_PKGLOCALEDIR"
        fi



Home | Main Index | Thread Index | Old Index