pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/url2pkg/files Remove GNU Autoconf's configure...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/706308fdbe69
branches:  trunk
changeset: 505621:706308fdbe69
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Thu Jan 05 17:42:24 2006 +0000

description:
Remove GNU Autoconf's configure.lineno file if it's there.

diffstat:

 pkgtools/url2pkg/files/url2pkg |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 02e10dc64b43 -r 706308fdbe69 pkgtools/url2pkg/files/url2pkg
--- a/pkgtools/url2pkg/files/url2pkg    Thu Jan 05 17:32:52 2006 +0000
+++ b/pkgtools/url2pkg/files/url2pkg    Thu Jan 05 17:42:24 2006 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: url2pkg,v 1.35 2006/01/05 17:32:50 xtraeme Exp $
+# $NetBSD: url2pkg,v 1.36 2006/01/05 17:42:24 xtraeme Exp $
 #
 # url2pkg
 # (c) 1999-2002 Hubert Feyrer <hubert%feyrer.de@localhost>
@@ -234,6 +234,10 @@
 if [ ! -f DESCR ]; then
        touch DESCR
 fi
+
+# GNU Autoconf scripts will create this file... remove it.
+[ -f configure.lineno ] && rm configure.lineno
+
 echo ""
 echo "Remember to correct CATEGORIES, HOMEPAGE, COMMENT, and DESCR when you're done!"
 echo ""



Home | Main Index | Thread Index | Old Index