diff options
author | cjep <cjep@pkgsrc.org> | 2003-12-30 17:27:31 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-12-30 17:27:31 +0000 |
commit | c843a6ae2aa70864951f8f05cb68a9a09b2c39ed (patch) | |
tree | 0b52a469632cd371f59e9ecdc391630fb306435a /math/pari-galdata | |
parent | ae7fd52e7b40c7bbc4f6813276720806e5a66080 (diff) | |
download | pkgsrc-c843a6ae2aa70864951f8f05cb68a9a09b2c39ed.tar.gz |
Add trailing / to HOMEPAGEs
Diffstat (limited to 'math/pari-galdata')
-rw-r--r-- | math/pari-galdata/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/pari-galdata/Makefile b/math/pari-galdata/Makefile index 31b39bc19c1..5fa6b79dee6 100644 --- a/math/pari-galdata/Makefile +++ b/math/pari-galdata/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/07/17 21:48:00 grant Exp $ +# $NetBSD: Makefile,v 1.3 2003/12/30 17:27:31 cjep Exp $ DISTNAME= galdata PKGNAME= pari-galdata-2.1 @@ -8,7 +8,7 @@ MASTER_SITES= ftp://www.gn-50uma.de/gn/gn-50uma.de/pari/ \ http://www.gn-50uma.de/ftp/pari/ MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://www.parigp-home.de +HOMEPAGE= http://www.parigp-home.de/ COMMENT= Galois group data for pari DEPENDS+= pari-[0-9]*:../../math/pari |