diff options
author | wiz <wiz@pkgsrc.org> | 2013-10-06 08:28:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-10-06 08:28:47 +0000 |
commit | c50b1d85d9bc7cabc9c710febfc124901c281eb3 (patch) | |
tree | 0e401a70a3d8ab4c1e7ee37856f86e7bb2360df6 /pkgtools/pkgin/Makefile | |
parent | e31a58fdd8e7e203745ef80d9e60250ad6c5f2da (diff) | |
download | pkgsrc-c50b1d85d9bc7cabc9c710febfc124901c281eb3.tar.gz |
Allow specifying multiple input files for 'pkgin import'.
Ok imil@, will be integrated upstream
Diffstat (limited to 'pkgtools/pkgin/Makefile')
-rw-r--r-- | pkgtools/pkgin/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgtools/pkgin/Makefile b/pkgtools/pkgin/Makefile index ef07b0ad7ea..3569b45fbaa 100644 --- a/pkgtools/pkgin/Makefile +++ b/pkgtools/pkgin/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.40 2013/09/02 11:01:42 jperkin Exp $ -# +# $NetBSD: Makefile,v 1.41 2013/10/06 08:28:47 wiz Exp $ GHCOMMIT= 3859170568fbe4fe21b5660dbaeca8d65ac10f1b DISTNAME= ${GHCOMMIT} PKGNAME= pkgin-0.6.4 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= pkgtools MASTER_SITES= https://github.com/NetBSDfr/pkgin/archive/ FETCH_USING= curl |