diff options
author | asau <asau> | 2009-09-03 11:50:52 +0000 |
---|---|---|
committer | asau <asau> | 2009-09-03 11:50:52 +0000 |
commit | 1d1fb3489360267e321bfea0b35a7ef31628d5fc (patch) | |
tree | 28e8653d17774ffce1781d308703a85996d5316d | |
parent | 9a0f89db732bebba5b6ffb8604f859af8554fc50 (diff) | |
download | pkgsrc-1d1fb3489360267e321bfea0b35a7ef31628d5fc.tar.gz |
Update HOMEPAGE and MASTER_SITES, set LICENSE (GNU GPL v.2).
-rw-r--r-- | math/abs/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/abs/Makefile b/math/abs/Makefile index fa1b0ae4d6b..22c58c6b0ae 100644 --- a/math/abs/Makefile +++ b/math/abs/Makefile @@ -1,16 +1,16 @@ -# $NetBSD: Makefile,v 1.21 2008/11/10 17:21:37 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2009/09/03 11:50:52 asau Exp $ # DISTNAME= abs-src-0.8 PKGNAME= abs-0.8 PKGREVISION= 2 CATEGORIES= math x11 -MASTER_SITES= http://www.ping.be/bertin/ +MASTER_SITES= http://home.scarlet.be/~pin01858/ MAINTAINER= pkgsrc-users@NetBSD.org -# HOMEPAGE= http://www.ping.be/bertin/abs.shtml -# AWOL +HOMEPAGE= http://home.scarlet.be/~pin01858/abs.html COMMENT= Free spreadsheet with graphical user interface +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir |