diff options
Diffstat (limited to 'math/fricas/Makefile')
-rw-r--r-- | math/fricas/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/math/fricas/Makefile b/math/fricas/Makefile index cb3ac5f8383..98c8dc0bfe3 100644 --- a/math/fricas/Makefile +++ b/math/fricas/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2009/03/08 17:17:02 asau Exp $ +# $NetBSD: Makefile,v 1.7 2009/04/30 19:55:47 asau Exp $ -PKGNAME= fricas-1.0.5 +PKGNAME= fricas-1.0.6 DISTNAME= ${PKGNAME_NOREV}-full -PKGREVISION= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fricas/} EXTRACT_SUFX= .tar.bz2 @@ -31,11 +30,4 @@ MAKE_JOBS_SAFE= no INSTALL_UNSTRIPPED= yes # don't strip AXIOMsys, it breaks FFI .endif -# Fix BSD Family pattern: -SUBST_CLASSES+= dragonfly -SUBST_STAGE.dragonfly= post-patch -SUBST_MESSAGE.dragonfly= Fixing BSD Family pattern -SUBST_FILES.dragonfly= configure -SUBST_SED.dragonfly= -e 's/\*bsd\*)/*bsd*|*dragonfly*)/' - .include "../../mk/bsd.pkg.mk" |