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 | 6f42919c53d3117f1ac8dac9cd51a51d7f3b9db8 (patch) | |
tree | a604f193f838978bb9a8c428600cd81519ad1d62 /net/pygopherd | |
parent | ad7ecce75b1c2a5839ac9c21cffb685a70a7e6fe (diff) | |
download | pkgsrc-6f42919c53d3117f1ac8dac9cd51a51d7f3b9db8.tar.gz |
LICENSE=gnu-gpl-v2
Diffstat (limited to 'net/pygopherd')
-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 |