svn commit: r360145 - head/x11-toolkits/nucleo

Baptiste Daroussin bapt at FreeBSD.org
Wed Jul 2 06:55:26 UTC 2014


Author: bapt
Date: Wed Jul  2 06:55:26 2014
New Revision: 360145
URL: http://svnweb.freebsd.org/changeset/ports/360145
QAT: https://qat.redports.org/buildarchive/r360145/

Log:
  Fix shebang files and strip binaries

Modified:
  head/x11-toolkits/nucleo/Makefile

Modified: head/x11-toolkits/nucleo/Makefile
==============================================================================
--- head/x11-toolkits/nucleo/Makefile	Wed Jul  2 06:54:36 2014	(r360144)
+++ head/x11-toolkits/nucleo/Makefile	Wed Jul  2 06:55:26 2014	(r360145)
@@ -17,11 +17,13 @@ LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/grap
 		libpng15.so:${PORTSDIR}/graphics/png \
 		libfreetype.so:${PORTSDIR}/print/freetype2
 
-USES=		gmake libtool pathfix pkgconfig tar:bzip2
+USES=		gmake libtool pathfix pkgconfig shebangfix tar:bzip2
 USE_GL=		glu
+SHEBANG_FILES=	docs/MacOSX/nBundle.in
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--without-opencv
 USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
@@ -62,8 +64,6 @@ CONFIGURE_ARGS+=	--without-dns-sd
 QT_NONSTANDARD=		yes
 .endif
 
-.include <bsd.port.options.mk>
-
 .if ${ARCH} == "powerpc" && ${OPSYS} == FreeBSD && ${OSVERSION} > 900000
 BROKEN=		Does not compile on powerpc-9
 .endif


More information about the svn-ports-head mailing list