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 | |
parent | ae7fd52e7b40c7bbc4f6813276720806e5a66080 (diff) | |
download | pkgsrc-c843a6ae2aa70864951f8f05cb68a9a09b2c39ed.tar.gz |
Add trailing / to HOMEPAGEs
Diffstat (limited to 'math/pari')
-rw-r--r-- | math/pari/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile index 7485e5f2200..cbc5716b772 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2003/09/28 09:13:58 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2003/12/30 17:27:31 cjep Exp $ DISTNAME= pari-2.1.5 PKGREVISION= 1 @@ -7,7 +7,7 @@ MASTER_SITES= ftp://www.gn-50uma.de/gn/gn-50uma.de/pari-2.1/ \ http://www.gn-50uma.de/ftp/pari-2.1/ MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://www.parigp-home.de +HOMEPAGE= http://www.parigp-home.de/ COMMENT= Software package for computer-aided number theory BUILD_DEPENDS+= teTeX-[0-9]*:../../print/teTeX |