svn commit: r334975 - in head/graphics: libGLU libGLw
Koop Mast
kwm at FreeBSD.org
Tue Nov 26 21:15:15 UTC 2013
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>
More information about the svn-ports-head
mailing list