diff options
author | wiz <wiz> | 2009-05-19 08:59:00 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-05-19 08:59:00 +0000 |
commit | f2f84ca1003215c84547f3e0c73fb900a258ffc8 (patch) | |
tree | 6a9e4328c8c41ae43ff29db30f6e978dd26921b7 /devel/gnustep-base | |
parent | cedee8af400ce7b5e9953aff3e8123529d4330fb (diff) | |
download | pkgsrc-f2f84ca1003215c84547f3e0c73fb900a258ffc8.tar.gz |
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
Diffstat (limited to 'devel/gnustep-base')
-rw-r--r-- | devel/gnustep-base/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/gnustep-base/Makefile b/devel/gnustep-base/Makefile index 418a13302e8..44976b1f856 100644 --- a/devel/gnustep-base/Makefile +++ b/devel/gnustep-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2009/04/18 03:22:31 rh Exp $ +# $NetBSD: Makefile,v 1.45 2009/05/19 08:59:09 wiz Exp $ DISTNAME= gnustep-base-1.18.0 CATEGORIES= devel gnustep @@ -7,11 +7,10 @@ MASTER_SITES= ${MASTER_SITE_GNUSTEP:=core/} MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.gnustep.org/ COMMENT= GNUstep foundation classes +LICENSE= gnu-gpl-v3 PKG_DESTDIR_SUPPORT= user-destdir -LICENSE= gnu-gpl-v3 - USE_LANGUAGES= objc GNU_CONFIGURE= yes CONFIGURE_ARGS+= --exec-prefix=${PREFIX}/libexec/GNUstep |