diff options
author | asau <asau@pkgsrc.org> | 2009-02-25 01:49:48 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2009-02-25 01:49:48 +0000 |
commit | ab865e7de45cd7b8a131f612e84186b7ff64be4e (patch) | |
tree | 84e1e68387484f1b32b56643b8b614ec258f7639 | |
parent | 1b807850181618367e111f5330b77d29880d19e3 (diff) | |
download | pkgsrc-ab865e7de45cd7b8a131f612e84186b7ff64be4e.tar.gz |
Fix DISTNAME so that it doesn't follow PKGREVISION changes.
Unbreaks fetch.
-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/} |