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 | 75aac5a1b209170b8652faed4a7e07024f644160 (patch) | |
tree | a77ab1428db575363e144063bb23f9ece09a89a2 /math | |
parent | 9e6e515bf54fd0093fc2ace8582cbea266494258 (diff) | |
download | pkgsrc-75aac5a1b209170b8652faed4a7e07024f644160.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/} |