diff options
author | ryoon <ryoon> | 2013-06-26 12:09:26 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2013-06-26 12:09:26 +0000 |
commit | 810e04639d4e719bf02e65f98ff30b40369320c4 (patch) | |
tree | f8240ca55246ea88f213fdd63c437b9c7969e461 /devel/avl | |
parent | fdc1c79dd99674d0c1b4948407d4e669dfef54a7 (diff) | |
download | pkgsrc-810e04639d4e719bf02e65f98ff30b40369320c4.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 |