Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Feb 2014 20:38:47 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343816 - head/math/edenmath
Message-ID:  <201402112038.s1BKcliw074448@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402112038.s1BKcliw074448>