diff options
author | asau <asau> | 2009-02-25 01:49:48 +0000 |
---|---|---|
committer | asau <asau> | 2009-02-25 01:49:48 +0000 |
commit | 007d2fd74a1d6f497ac4c7557616d5c24c9eef8a (patch) | |
tree | 84e1e68387484f1b32b56643b8b614ec258f7639 /math | |
parent | 432df9715cb4baaf6d7c3181fc019d5f865bede8 (diff) | |
download | pkgsrc-007d2fd74a1d6f497ac4c7557616d5c24c9eef8a.tar.gz |
Fix DISTNAME so that it doesn't follow PKGREVISION changes.
Unbreaks fetch.
Diffstat (limited to 'math')
-rw-r--r-- | math/fricas/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/fricas/Makefile b/math/fricas/Makefile index ae03c909728..1d2c1a06a4f 100644 --- a/math/fricas/Makefile +++ b/math/fricas/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2009/02/19 20:31:44 asau Exp $ +# $NetBSD: Makefile,v 1.5 2009/02/25 01:49:48 asau Exp $ PKGNAME= fricas-1.0.5 -DISTNAME= ${PKGNAME}-full +DISTNAME= ${PKGNAME_NOREV}-full PKGREVISION= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fricas/} |