diff options
author | wiz <wiz@pkgsrc.org> | 2009-05-19 08:59:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-05-19 08:59:00 +0000 |
commit | 895a427c2b02fc658aea5135eb3059116379c573 (patch) | |
tree | 6a9e4328c8c41ae43ff29db30f6e978dd26921b7 /devel/Gorm | |
parent | 24e9c4bfce71001ab726d2c6ccdd198ef12435ba (diff) | |
download | pkgsrc-895a427c2b02fc658aea5135eb3059116379c573.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/Gorm')
-rw-r--r-- | devel/Gorm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/Gorm/Makefile b/devel/Gorm/Makefile index 659b3f92e54..3bd26ac7d5c 100644 --- a/devel/Gorm/Makefile +++ b/devel/Gorm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2009/04/13 12:29:14 rh Exp $ +# $NetBSD: Makefile,v 1.47 2009/05/19 08:59:07 wiz Exp $ DISTNAME= gorm-1.2.8 PKGNAME= Gorm-1.2.8 @@ -8,7 +8,6 @@ MASTER_SITES= ${MASTER_SITE_GNUSTEP:=dev-apps/} MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.gnustep.org/ COMMENT= Graphical user interface builder for GNUstep - LICENSE= gnu-gpl-v3 PKG_DESTDIR_SUPPORT= user-destdir |