diff options
author | obache <obache@pkgsrc.org> | 2014-03-03 03:34:32 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-03-03 03:34:32 +0000 |
commit | 4112c1f32e99a1941d155c2c051bcd230969cae1 (patch) | |
tree | 7d3d4db5a194e7bac746a072381f81b825296d55 /pkgtools | |
parent | acc9c68f9f7e9737556897e5c0285d485fcdea0d (diff) | |
download | pkgsrc-4112c1f32e99a1941d155c2c051bcd230969cae1.tar.gz |
LICENSE=beer-ware
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/binpatch/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/binpatch/Makefile b/pkgtools/binpatch/Makefile index 73438d24f37..a51c63bdc55 100644 --- a/pkgtools/binpatch/Makefile +++ b/pkgtools/binpatch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2014/03/03 03:30:52 obache Exp $ +# $NetBSD: Makefile,v 1.14 2014/03/03 03:34:32 obache Exp $ # PKGNAME= binpatch-1.0 @@ -7,6 +7,7 @@ CATEGORIES= pkgtools MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= ftp://ftp.NetBSD.org/pub/NetBSD/packages/pkgsrc/doc/pkgsrc.html COMMENT= Trivial binary patch applicator +LICENSE= beer-ware .include "../../mk/bsd.prefs.mk" |