diff options
author | antoine <antoine@FreeBSD.org> | 2014-02-12 04:38:46 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-02-12 04:38:46 +0800 |
commit | 7597d667622cd33a4bc0532662067dcb8facca51 (patch) | |
tree | f157564bfa24f46406f459a4f664c9398613d609 /math | |
parent | 310f8a4db2bc1a9fae4c3f9e6941b9b0fe947cbe (diff) | |
download | freebsd-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/Makefile | 5 |
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> |