diff options
author | asau <asau@pkgsrc.org> | 2009-03-08 17:17:02 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2009-03-08 17:17:02 +0000 |
commit | afe9d7094256834663eacfed213ee3f9bcf06e34 (patch) | |
tree | 19504952bb5c9c4369e5e046e9f99ef4c15eca5a /math | |
parent | 3c95ad1d1208b632d781a9b657debd8d5cdd565c (diff) | |
download | pkgsrc-afe9d7094256834663eacfed213ee3f9bcf06e34.tar.gz |
Recognize Dragofly as BSD Family representative.
Enables Dragonfly build (tested on 2.1.1).
Diffstat (limited to 'math')
-rw-r--r-- | math/fricas/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/math/fricas/Makefile b/math/fricas/Makefile index 1d2c1a06a4f..cb3ac5f8383 100644 --- a/math/fricas/Makefile +++ b/math/fricas/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2009/02/25 01:49:48 asau Exp $ +# $NetBSD: Makefile,v 1.6 2009/03/08 17:17:02 asau Exp $ PKGNAME= fricas-1.0.5 DISTNAME= ${PKGNAME_NOREV}-full @@ -31,4 +31,11 @@ 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" |