diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-06-26 12:09:26 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-06-26 12:09:26 +0000 |
commit | 2d642cfa16db5e6eeee5889dbc8f7ba767a24fd3 (patch) | |
tree | f8240ca55246ea88f213fdd63c437b9c7969e461 /devel/avl | |
parent | 4a6974e2bf9f38c7a45acc73615ce729110de1a3 (diff) | |
download | pkgsrc-2d642cfa16db5e6eeee5889dbc8f7ba767a24fd3.tar.gz |
Set LICENSE, update HOMEPAGE, and remove commented-out MASTER_SITES.
Diffstat (limited to 'devel/avl')
-rw-r--r-- | devel/avl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/avl/Makefile b/devel/avl/Makefile index 51b69476bba..b8434c256a8 100644 --- a/devel/avl/Makefile +++ b/devel/avl/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.7 2013/04/06 20:27:17 rodent Exp $ +# $NetBSD: Makefile,v 1.8 2013/06/26 12:09:26 ryoon Exp $ # DISTNAME= avl-1.4.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=avl/} -#MASTER_SITES= ftp://ftp.gnu.org/pub/gnu/avl/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.stanford.edu/~blp/avl/ +HOMEPAGE= http://adtinfo.org/ COMMENT= Library for manipulation of balanced binary trees +LICENSE= gnu-gpl-v2 GNU_CONFIGURE= YES INFO_FILES= yes |