summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pkgtools/url2pkg/Makefile4
-rwxr-xr-xpkgtools/url2pkg/files/url2pkg4
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgtools/url2pkg/Makefile b/pkgtools/url2pkg/Makefile
index a8aefa0c097..a18a1e0524e 100644
--- a/pkgtools/url2pkg/Makefile
+++ b/pkgtools/url2pkg/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.40 2006/01/21 18:57:41 jlam Exp $
+# $NetBSD: Makefile,v 1.41 2006/01/25 05:10:00 xtraeme Exp $
#
-DISTNAME= url2pkg-1.32
+DISTNAME= url2pkg-1.33
CATEGORIES= pkgtools sysutils
MASTER_SITES= # Nothing
DISTFILES= # Nothing
diff --git a/pkgtools/url2pkg/files/url2pkg b/pkgtools/url2pkg/files/url2pkg
index 989a26cefa2..df10f444497 100755
--- a/pkgtools/url2pkg/files/url2pkg
+++ b/pkgtools/url2pkg/files/url2pkg
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: url2pkg,v 1.36 2006/01/05 17:42:24 xtraeme Exp $
+# $NetBSD: url2pkg,v 1.37 2006/01/25 05:10:00 xtraeme Exp $
#
# url2pkg
# (c) 1999-2002 Hubert Feyrer <hubert@feyrer.de>
@@ -186,7 +186,7 @@ echo "Fixing up Makefile."
echo "USE_LIBTOOL= $USE_LIBTOOL"
fi
- if [ -n $PKGCONFIGS ]; then
+ if [ "${PKGCONFIGS}" != "" ]; then
echo "USE_TOOLS+= pkg-config"
fi