diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-03 08:36:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-03 08:36:49 +0000 |
commit | d99ff5b1ddd4f5357b0098385052809ba9baaba7 (patch) | |
tree | e2a84f68e77dbe7865813a025397d0b883ae5cec /math | |
parent | 214095554a40171225b6b1310485e06aea975e57 (diff) | |
download | pkgsrc-d99ff5b1ddd4f5357b0098385052809ba9baaba7.tar.gz |
Comment out dead MASTER_SITES/HOMEPAGEs.
Diffstat (limited to 'math')
-rw-r--r-- | math/mapm/Makefile | 4 | ||||
-rw-r--r-- | math/py-Scientific-doc/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/math/mapm/Makefile b/math/mapm/Makefile index 3afc29542c4..bfebf0e69de 100644 --- a/math/mapm/Makefile +++ b/math/mapm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2016/02/25 15:26:55 jperkin Exp $ +# $NetBSD: Makefile,v 1.13 2017/09/03 08:36:56 wiz Exp $ # DISTNAME= mapm-4.9.5a @@ -6,7 +6,7 @@ CATEGORIES= math MASTER_SITES= http://www.tc.umn.edu/~ringx004/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.tc.umn.edu/~ringx004/mapm-main.html +#HOMEPAGE= http://www.tc.umn.edu/~ringx004/mapm-main.html COMMENT= Arbitrary Precision Math library WRKSRC= ${WRKDIR}/${DISTNAME:S/-/_/} diff --git a/math/py-Scientific-doc/Makefile b/math/py-Scientific-doc/Makefile index e5d6a970546..6fdd6da9dc7 100644 --- a/math/py-Scientific-doc/Makefile +++ b/math/py-Scientific-doc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2017/01/19 18:52:17 agc Exp $ +# $NetBSD: Makefile,v 1.12 2017/09/03 08:36:56 wiz Exp $ DISTNAME= ScientificPython-2.4.5 PKGNAME= py-${DISTNAME:S/Python/-doc/} @@ -8,7 +8,7 @@ MASTER_SITES= http://starship.python.net/crew/hinsen/ScientificPython/ MASTER_SITES+= http://dirac.cnrs-orleans.fr/programs/ScientificPython/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://starship.python.net/crew/hinsen/scientific.html +#HOMEPAGE= http://starship.python.net/crew/hinsen/scientific.html COMMENT= Python modules for scientific computing CONFLICTS+= py-Scientific-* |