pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/url2pkg Using AUTO_MKDIRS is simpler.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6c80d01e962d
branches:  trunk
changeset: 539210:6c80d01e962d
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Mar 01 19:07:27 2008 +0000

description:
Using AUTO_MKDIRS is simpler.

diffstat:

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

diffs (19 lines):

diff -r da1145af62bb -r 6c80d01e962d pkgtools/url2pkg/Makefile
--- a/pkgtools/url2pkg/Makefile Sat Mar 01 19:06:10 2008 +0000
+++ b/pkgtools/url2pkg/Makefile Sat Mar 01 19:07:27 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2007/10/07 12:59:15 kano Exp $
+# $NetBSD: Makefile,v 1.53 2008/03/01 19:07:27 rillig Exp $
 #
 
 DISTNAME=      url2pkg-2.7
@@ -17,8 +17,7 @@
 NO_BUILD=      yes
 USE_LANGUAGES= # none
 USE_TOOLS+=    perl:run
-
-INSTALLATION_DIRS=     bin ${PKGMANDIR}/man8 lib/url2pkg/ExtUtils
+AUTO_MKDIRS=   yes
 
 do-extract:
        cd ${FILESDIR} && cp *.pl *.pm ${WRKSRC}/



Home | Main Index | Thread Index | Old Index