svn commit: r345779 - in head/devel/sgb: . files

Gerald Pfeifer gerald at FreeBSD.org
Mon Feb 24 00:49:40 UTC 2014


Author: gerald
Date: Mon Feb 24 00:49:40 2014
New Revision: 345779
URL: http://svnweb.freebsd.org/changeset/ports/345779
QAT: https://qat.redports.org/buildarchive/r345779/

Log:
  Stageify.

Modified:
  head/devel/sgb/Makefile
  head/devel/sgb/files/patch-Makefile

Modified: head/devel/sgb/Makefile
==============================================================================
--- head/devel/sgb/Makefile	Mon Feb 24 00:10:06 2014	(r345778)
+++ head/devel/sgb/Makefile	Mon Feb 24 00:49:40 2014	(r345779)
@@ -17,8 +17,8 @@ BUILD_DEPENDS=	ctangle:${PORTSDIR}/devel
 NO_WRKSUBDIR=	yes
 ALL_TARGET=	lib tests
 MAKE_JOBS_UNSAFE=	yes
+MAKE_ENV+=	STAGEDIR=${STAGEDIR}
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 post-extract:

Modified: head/devel/sgb/files/patch-Makefile
==============================================================================
--- head/devel/sgb/files/patch-Makefile	Mon Feb 24 00:10:06 2014	(r345778)
+++ head/devel/sgb/files/patch-Makefile	Mon Feb 24 00:49:40 2014	(r345779)
@@ -5,7 +5,7 @@
  
  #   Change SGBDIR to the directory where all GraphBase files will go:
 -SGBDIR = /usr/local/sgb
-+SGBDIR = ${PREFIX}
++SGBDIR = ${STAGEDIR}/${PREFIX}
  
  #   Change DATADIR to the directory where GraphBase data files will go:
 -DATADIR = $(SGBDIR)/data


More information about the svn-ports-head mailing list