aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-02-12 04:38:46 +0800
committerantoine <antoine@FreeBSD.org>2014-02-12 04:38:46 +0800
commit7597d667622cd33a4bc0532662067dcb8facca51 (patch)
treef157564bfa24f46406f459a4f664c9398613d609 /math
parent310f8a4db2bc1a9fae4c3f9e6941b9b0fe947cbe (diff)
downloadfreebsd-ports-gnome-7597d667622cd33a4bc0532662067dcb8facca51.tar.gz
freebsd-ports-gnome-7597d667622cd33a4bc0532662067dcb8facca51.tar.zst
freebsd-ports-gnome-7597d667622cd33a4bc0532662067dcb8facca51.zip
Stage support
Diffstat (limited to 'math')
-rw-r--r--math/edenmath/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/math/edenmath/Makefile b/math/edenmath/Makefile
index e8dd32d4318e..1c86f2cd7f52 100644
--- a/math/edenmath/Makefile
+++ b/math/edenmath/Makefile
@@ -18,7 +18,8 @@ USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
-WRKSRC= ${WRKDIR}/${DISTNAME}
+post-patch:
+ ${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \
+ ${WRKSRC}/GNUmakefile
-NO_STAGE= yes
.include <bsd.port.mk>