summaryrefslogtreecommitdiff
path: root/pkgtools/url2pkg
diff options
context:
space:
mode:
authorwiz <wiz>2005-03-21 22:33:05 +0000
committerwiz <wiz>2005-03-21 22:33:05 +0000
commit841fea3ae3862c79c30e17abe88d263735c4aa6b (patch)
tree76cc82bc164b8cb199bfb4b027750fb0c4193ba0 /pkgtools/url2pkg
parent297a23dbf31a1aa745a57078a8bd5d524a1a7e63 (diff)
downloadpkgsrc-841fea3ae3862c79c30e17abe88d263735c4aa6b.tar.gz
1.27: Do not add LIBTOOL_OVERRIDE to Makefiles by default -- the pkgsrc
default is usable for nearly all cases.
Diffstat (limited to 'pkgtools/url2pkg')
-rw-r--r--pkgtools/url2pkg/Makefile4
-rwxr-xr-xpkgtools/url2pkg/files/url2pkg6
2 files changed, 3 insertions, 7 deletions
diff --git a/pkgtools/url2pkg/Makefile b/pkgtools/url2pkg/Makefile
index a7bd8c6d3c7..9733ec9c546 100644
--- a/pkgtools/url2pkg/Makefile
+++ b/pkgtools/url2pkg/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2004/11/05 17:38:51 tv Exp $
+# $NetBSD: Makefile,v 1.33 2005/03/21 22:33:05 wiz Exp $
#
-DISTNAME= url2pkg-1.26
+DISTNAME= url2pkg-1.27
CATEGORIES= pkgtools sysutils
MASTER_SITES= # Nothing
DISTFILES= # Nothing
diff --git a/pkgtools/url2pkg/files/url2pkg b/pkgtools/url2pkg/files/url2pkg
index 097931cc6f7..9d95f777709 100755
--- a/pkgtools/url2pkg/files/url2pkg
+++ b/pkgtools/url2pkg/files/url2pkg
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: url2pkg,v 1.27 2004/11/05 17:38:51 tv Exp $
+# $NetBSD: url2pkg,v 1.28 2005/03/21 22:33:05 wiz Exp $
#
# url2pkg
# (c) 1999-2002 Hubert Feyrer <hubert@feyrer.de>
@@ -138,7 +138,6 @@ libtool=\${WRKSRC}/libtool
echo checking libtool: $ltconfig
if [ -f $ltconfig -o -f $ltmain ]; then
USE_LIBTOOL=yes
- LIBTOOL_OVERRIDE=${libtool}
fi
PKGCONFIGS=`cd $wsrcdir && find * -name \*.pc.in -a ! -name \*-uninstalled.pc.in -type f`
@@ -160,9 +159,6 @@ echo "Fixing up Makefile."
if [ "${USE_LIBTOOL}" != "" ]; then
echo "USE_LIBTOOL= $USE_LIBTOOL"
fi
- if [ "${LIBTOOL_OVERRIDE}" != "" ]; then
- echo "LIBTOOL_OVERRIDE= $LIBTOOL_OVERRIDE"
- fi
for i in $PKGCONFIGS ; do
echo "PKGCONFIG_OVERRIDE+= \${WRKSRC}/$i"