diff options
author | asau <asau@pkgsrc.org> | 2009-09-03 11:50:52 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2009-09-03 11:50:52 +0000 |
commit | 704947e815b066e66722ccf349e0b776951fe528 (patch) | |
tree | 28e8653d17774ffce1781d308703a85996d5316d | |
parent | 8c1a61d1eab0db568a4fee8e27aa0f0d52e0e884 (diff) | |
download | pkgsrc-704947e815b066e66722ccf349e0b776951fe528.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 |