svn commit: r343816 - head/math/edenmath

Antoine Brodin antoine at FreeBSD.org
Tue Feb 11 20:38:47 UTC 2014


Author: antoine
Date: Tue Feb 11 20:38:46 2014
New Revision: 343816
URL: http://svnweb.freebsd.org/changeset/ports/343816
QAT: https://qat.redports.org/buildarchive/r343816/

Log:
  Stage support

Modified:
  head/math/edenmath/Makefile

Modified: head/math/edenmath/Makefile
==============================================================================
--- head/math/edenmath/Makefile	Tue Feb 11 20:26:20 2014	(r343815)
+++ head/math/edenmath/Makefile	Tue Feb 11 20:38:46 2014	(r343816)
@@ -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>


More information about the svn-ports-all mailing list