Wed Feb 25 01:49:48 2009 UTC ()
Fix DISTNAME so that it doesn't follow PKGREVISION changes.
Unbreaks fetch.


(asau)
diff -r1.4 -r1.5 pkgsrc/math/fricas/Makefile

cvs diff -r1.4 -r1.5 pkgsrc/math/fricas/Makefile (expand / switch to unified diff)

--- pkgsrc/math/fricas/Makefile 2009/02/19 20:31:44 1.4
+++ pkgsrc/math/fricas/Makefile 2009/02/25 01:49:48 1.5
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.4 2009/02/19 20:31:44 asau Exp $ 1# $NetBSD: Makefile,v 1.5 2009/02/25 01:49:48 asau Exp $
2 2
3PKGNAME= fricas-1.0.5 3PKGNAME= fricas-1.0.5
4DISTNAME= ${PKGNAME}-full 4DISTNAME= ${PKGNAME_NOREV}-full
5PKGREVISION= 1 5PKGREVISION= 1
6CATEGORIES= math 6CATEGORIES= math
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fricas/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fricas/}
8EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
9 9
10MAINTAINER= asau@inbox.ru 10MAINTAINER= asau@inbox.ru
11HOMEPAGE= http://fricas.sourceforge.net/ 11HOMEPAGE= http://fricas.sourceforge.net/
12COMMENT= FriCAS is a fork of the Axiom computer algebra system 12COMMENT= FriCAS is a fork of the Axiom computer algebra system
13 13
14WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} 14WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
15 15
16BUILD_DEPENDS+= noweb-[0-9]*:../../devel/noweb 16BUILD_DEPENDS+= noweb-[0-9]*:../../devel/noweb
17 17