summaryrefslogtreecommitdiff
path: root/math/openaxiom
diff options
context:
space:
mode:
authorasau <asau>2009-12-16 01:58:08 +0000
committerasau <asau>2009-12-16 01:58:08 +0000
commitd8cd79c21b6c67731e35f18a12f44666fd0f0a89 (patch)
tree517b08988f0c95692b325dade85c5f4269f28c6d /math/openaxiom
parent0d793d30801476ed8c06b5b314abf86250bc4320 (diff)
downloadpkgsrc-d8cd79c21b6c67731e35f18a12f44666fd0f0a89.tar.gz
Dragonfly hack is no longer needed.
Diffstat (limited to 'math/openaxiom')
-rw-r--r--math/openaxiom/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/math/openaxiom/Makefile b/math/openaxiom/Makefile
index 4ab8e990de5..5eba866f747 100644
--- a/math/openaxiom/Makefile
+++ b/math/openaxiom/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2009/12/16 01:54:13 asau Exp $
+# $NetBSD: Makefile,v 1.5 2009/12/16 01:58:08 asau Exp $
#
DISTNAME= open-axiom-1.3.0
@@ -23,10 +23,4 @@ BUILD_MAKE_FLAGS+= TOOLS_PLATFORM.install=${TOOLS_PLATFORM.install:Q}
.include "options.mk"
-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"