diff options
author | martti <martti> | 2007-10-30 19:31:38 +0000 |
---|---|---|
committer | martti <martti> | 2007-10-30 19:31:38 +0000 |
commit | 6daf039b533cfbbcdd31b3ce6eb65c37b11db067 (patch) | |
tree | bcd8b04ffaf9c92a25f680ee704c34ff5e99af6c /geography/gpsbabel | |
parent | 042327d96569d2dc87a3d96357678f0b44cd4b01 (diff) | |
download | pkgsrc-6daf039b533cfbbcdd31b3ce6eb65c37b11db067.tar.gz |
Based on some feedback, comment out the newly added LICENSE=xxx for now.
I'll re-activate this later when the global license stuff is activated.
Diffstat (limited to 'geography/gpsbabel')
-rw-r--r-- | geography/gpsbabel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/geography/gpsbabel/Makefile b/geography/gpsbabel/Makefile index 1dc886ea83a..b743f9907e9 100644 --- a/geography/gpsbabel/Makefile +++ b/geography/gpsbabel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/10/30 14:01:55 martti Exp $ +# $NetBSD: Makefile,v 1.3 2007/10/30 19:31:39 martti Exp $ # DISTNAME= gpsbabel-1.3.4 @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gpsbabel/} MAINTAINER= martti@NetBSD.org HOMEPAGE= http://www.gpsbabel.org/ COMMENT= Utility to convert and fetch GPS related data -LICENSE= gnu-gpl-v2 +#LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes |