Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Nov 2013 21:15:15 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r334975 - in head/graphics: libGLU libGLw
Message-ID:  <201311262115.rAQLFFww042298@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Tue Nov 26 21:15:14 2013
New Revision: 334975
URL: http://svnweb.freebsd.org/changeset/ports/334975

Log:
  Stageify.

Modified:
  head/graphics/libGLU/Makefile
  head/graphics/libGLw/Makefile

Modified: head/graphics/libGLU/Makefile
==============================================================================
--- head/graphics/libGLU/Makefile	Tue Nov 26 21:05:21 2013	(r334974)
+++ head/graphics/libGLU/Makefile	Tue Nov 26 21:15:14 2013	(r334975)
@@ -17,5 +17,7 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-static
 USE_LDCONFIG=	yes
 
-NO_STAGE=	yes
+post-install:
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libGLU.so.1
+
 .include <bsd.port.mk>

Modified: head/graphics/libGLw/Makefile
==============================================================================
--- head/graphics/libGLw/Makefile	Tue Nov 26 21:05:21 2013	(r334974)
+++ head/graphics/libGLw/Makefile	Tue Nov 26 21:15:14 2013	(r334975)
@@ -21,5 +21,7 @@ CONFIGURE_ARGS=	--disable-static --enabl
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-NO_STAGE=	yes
+post-install:
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libGLw.so.1
+
 .include <bsd.port.mk>



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