svn commit: r379191 - head/devel/sdl_sge

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Feb 17 21:32:57 UTC 2015


Author: amdmi3
Date: Tue Feb 17 21:32:56 2015
New Revision: 379191
URL: https://svnweb.freebsd.org/changeset/ports/379191
QAT: https://qat.redports.org/buildarchive/r379191/

Log:
  - Strip library
  - Remove DOCS and EXAMPLES from OPTIONS_DEFAULT as they are enabled anyway

Modified:
  head/devel/sdl_sge/Makefile

Modified: head/devel/sdl_sge/Makefile
==============================================================================
--- head/devel/sdl_sge/Makefile	Tue Feb 17 21:03:05 2015	(r379190)
+++ head/devel/sdl_sge/Makefile	Tue Feb 17 21:32:56 2015	(r379191)
@@ -23,7 +23,7 @@ PORTDOCS=	*
 PORTEXAMPLES=	*
 
 OPTIONS_DEFINE=	SDL FREETYPE DOCS EXAMPLES
-OPTIONS_DEFAULT=SDL FREETYPE DOCS EXAMPLES
+OPTIONS_DEFAULT=SDL FREETYPE
 SDL_DESC=	Enable support for SDL_image
 
 .include <bsd.port.options.mk>
@@ -49,6 +49,7 @@ post-patch:
 		 s|sdl-config|${SDL_CONFIG}|g' ${WRKSRC}/Makefile.conf
 
 post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libSGE.so
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/docs/* ${STAGEDIR}${DOCSDIR}
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}


More information about the svn-ports-all mailing list