diff options
author | obache <obache@pkgsrc.org> | 2011-10-31 08:47:33 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-10-31 08:47:33 +0000 |
commit | af6a12493e12b26dd009efc3044731787e857803 (patch) | |
tree | a604f193f838978bb9a8c428600cd81519ad1d62 | |
parent | 1e3d9feca0887429e106b4eadf87d93589c93c98 (diff) | |
download | pkgsrc-af6a12493e12b26dd009efc3044731787e857803.tar.gz |
LICENSE=gnu-gpl-v2
-rw-r--r-- | net/pygopherd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/pygopherd/Makefile b/net/pygopherd/Makefile index 49aa38748e4..8382b0035bf 100644 --- a/net/pygopherd/Makefile +++ b/net/pygopherd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2011/10/31 08:45:08 obache Exp $ +# $NetBSD: Makefile,v 1.21 2011/10/31 08:47:33 obache Exp $ # DISTNAME= pygopherd_2.0.16 @@ -10,6 +10,7 @@ MASTER_SITES= http://gopher.quux.org:70/devel/gopher/Downloads/pygopherd/ MAINTAINER= metaridley@mchsi.com HOMEPAGE= http://gopher.quux.org:70/devel/gopher/pygopherd/ COMMENT= Gopher server +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir |