diff options
author | heinz <heinz@pkgsrc.org> | 2009-11-30 18:32:53 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2009-11-30 18:32:53 +0000 |
commit | 3b00139ccce13d4d89b79a5ccb13eca929e7b98b (patch) | |
tree | cce86da0ba44882d51751ad715aa948d52e0b300 | |
parent | beb3a325ee2c361f14e4e031eba720f4bc88f752 (diff) | |
download | pkgsrc-3b00139ccce13d4d89b79a5ccb13eca929e7b98b.tar.gz |
LICENSE is gnu-gpl-v2
-rw-r--r-- | devel/patch/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/patch/Makefile b/devel/patch/Makefile index 972c9c3dd99..3581b2d57eb 100644 --- a/devel/patch/Makefile +++ b/devel/patch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2008/06/12 02:14:27 joerg Exp $ +# $NetBSD: Makefile,v 1.31 2009/11/30 18:32:53 heinz Exp $ # DISTNAME= patch-2.5.4 @@ -16,6 +16,7 @@ EXTRACT_SUFX= .tar MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnu.org/software/patch/patch.html COMMENT= Patch files using diff output +LICENSE= gnu-gpl-v2 PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir |