diff options
author | seb <seb@pkgsrc.org> | 2005-05-02 14:26:53 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2005-05-02 14:26:53 +0000 |
commit | afe660a1b87bb03ed923a3c18fc1a9e818901830 (patch) | |
tree | a77ab1428db575363e144063bb23f9ece09a89a2 /math | |
parent | eb0333681f536aa6646ae75d762f3437688c57c9 (diff) | |
download | pkgsrc-afe660a1b87bb03ed923a3c18fc1a9e818901830.tar.gz |
One PKGREVISION occurrence is enough
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Pari/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/p5-Math-Pari/Makefile b/math/p5-Math-Pari/Makefile index 2138c08a8fd..fdd712ff6bc 100644 --- a/math/p5-Math-Pari/Makefile +++ b/math/p5-Math-Pari/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.16 2005/04/11 21:46:30 tv Exp $ +# $NetBSD: Makefile,v 1.17 2005/05/02 14:26:53 seb Exp $ # DISTNAME= Math-Pari-2.010501 PKGNAME= p5-${DISTNAME} -PKGREVISION= # empty -SVR4_PKGNAME= p5mpa PKGREVISION= 1 +SVR4_PKGNAME= p5mpa CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} |