diff options
author | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2011-09-07 08:53:46 +0800 |
---|---|---|
committer | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2011-09-07 08:53:46 +0800 |
commit | 3aa9bed1c075593feeaf38f9ea53446fe17ea3fa (patch) | |
tree | 9620b2cecbbe4642407fabdfae9ae53a5d6fb795 /net | |
parent | b60a11438eeeaddc36714e04f400054b6a62d6c3 (diff) | |
download | freebsd-ports-gnome-3aa9bed1c075593feeaf38f9ea53446fe17ea3fa.tar.gz freebsd-ports-gnome-3aa9bed1c075593feeaf38f9ea53446fe17ea3fa.tar.zst freebsd-ports-gnome-3aa9bed1c075593feeaf38f9ea53446fe17ea3fa.zip |
- Fix of license
Diffstat (limited to 'net')
-rw-r--r-- | net/netembryo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netembryo/Makefile b/net/netembryo/Makefile index a99d251c4ccd..7a6eae118a01 100644 --- a/net/netembryo/Makefile +++ b/net/netembryo/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://lscube.org/files/downloads/netembryo/ MAINTAINER= ports@FreeBSD.org COMMENT= A network abstraction library used by for feng, libnemesi, felix -LICENSE= LGPLv2 +LICENSE= LGPL21 GNU_CONFIGURE= yes USE_GMAKE= yes |