aboutsummaryrefslogtreecommitdiff
path: root/math/edenmath
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-02-11 20:38:46 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-02-11 20:38:46 +0000
commit228483239730b544d11d2a279baa05a0a86ee7c5 (patch)
treef157564bfa24f46406f459a4f664c9398613d609 /math/edenmath
parent03891de7a5bcd74489247bba2b006b5a32872757 (diff)
downloadports-228483239730b544d11d2a279baa05a0a86ee7c5.tar.gz
ports-228483239730b544d11d2a279baa05a0a86ee7c5.zip
Stage support
Notes
Notes: svn path=/head/; revision=343816
Diffstat (limited to 'math/edenmath')
-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>