summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2012-09-30 09:06:50 +0000
committerasau <asau@pkgsrc.org>2012-09-30 09:06:50 +0000
commit15efe1aef7ebe697b34f8243f867b67ca7f7c3de (patch)
treec4689e7ea507d4791fb776667c8ee29037131521 /pkgtools
parenta111141ebe47c637bcac15459c3d8aa32539021f (diff)
downloadpkgsrc-15efe1aef7ebe697b34f8243f867b67ca7f7c3de.tar.gz
"user-destdir" was made default, don't set it. Bump version.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/url2pkg/Makefile4
-rw-r--r--pkgtools/url2pkg/files/url2pkg.pl5
2 files changed, 3 insertions, 6 deletions
diff --git a/pkgtools/url2pkg/Makefile b/pkgtools/url2pkg/Makefile
index 6508fff3359..85ddf19e399 100644
--- a/pkgtools/url2pkg/Makefile
+++ b/pkgtools/url2pkg/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.64 2012/09/11 23:19:40 asau Exp $
+# $NetBSD: Makefile,v 1.65 2012/09/30 09:06:50 asau Exp $
#
-DISTNAME= url2pkg-2.14
+DISTNAME= url2pkg-2.15
CATEGORIES= pkgtools
MASTER_SITES= # none
DISTFILES= # none
diff --git a/pkgtools/url2pkg/files/url2pkg.pl b/pkgtools/url2pkg/files/url2pkg.pl
index 73046ed2387..56f5aeeed27 100644
--- a/pkgtools/url2pkg/files/url2pkg.pl
+++ b/pkgtools/url2pkg/files/url2pkg.pl
@@ -1,5 +1,5 @@
#! @PERL@
-# $NetBSD: url2pkg.pl,v 1.18 2011/05/30 07:28:23 cheusov Exp $
+# $NetBSD: url2pkg.pl,v 1.19 2012/09/30 09:06:50 asau Exp $
#
# Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -338,9 +338,6 @@ sub generate_initial_package($) {
["COMMENT", "TODO: Short description of the package"],
["#LICENSE", "# TODO: (see mk/license.mk)"],
]);
- print_section(*MF, [
- ["PKG_DESTDIR_SUPPORT", "user-destdir"],
- ]);
print MF ("# url2pkg-marker (please do not remove this line.)\n");
print MF (".include \"../../mk/bsd.pkg.mk\"\n");
close(MF) or die;