diff options
author | martti <martti@pkgsrc.org> | 2007-10-30 19:31:38 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2007-10-30 19:31:38 +0000 |
commit | f921f8f0b41383bba29ed8ad765e7b416ef19c58 (patch) | |
tree | bcd8b04ffaf9c92a25f680ee704c34ff5e99af6c /geography | |
parent | b58ce2feebb9b26f05ddf8ff03fb18689b86cfc2 (diff) | |
download | pkgsrc-f921f8f0b41383bba29ed8ad765e7b416ef19c58.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')
-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 |