diff options
author | asau <asau> | 2009-03-08 17:17:02 +0000 |
---|---|---|
committer | asau <asau> | 2009-03-08 17:17:02 +0000 |
commit | ce5ffd4dfe7593e1c23074d7578c1ae9cadc452f (patch) | |
tree | 19504952bb5c9c4369e5e046e9f99ef4c15eca5a /math/fricas/Makefile | |
parent | c2de2f007b540de1381fe7b6290599b1190f6617 (diff) | |
download | pkgsrc-ce5ffd4dfe7593e1c23074d7578c1ae9cadc452f.tar.gz |
Recognize Dragofly as BSD Family representative.
Enables Dragonfly build (tested on 2.1.1).
Diffstat (limited to 'math/fricas/Makefile')
-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" |