svn commit: r346522 - head/graphics/c-a-i-r

Emanuel Haupt ehaupt at FreeBSD.org
Fri Feb 28 14:18:46 UTC 2014


Author: ehaupt
Date: Fri Feb 28 14:18:45 2014
New Revision: 346522
URL: http://svnweb.freebsd.org/changeset/ports/346522
QAT: https://qat.redports.org/buildarchive/r346522/

Log:
  - Support staging
  - Strip binary

Modified:
  head/graphics/c-a-i-r/Makefile

Modified: head/graphics/c-a-i-r/Makefile
==============================================================================
--- head/graphics/c-a-i-r/Makefile	Fri Feb 28 14:16:15 2014	(r346521)
+++ head/graphics/c-a-i-r/Makefile	Fri Feb 28 14:18:45 2014	(r346522)
@@ -12,14 +12,15 @@ COMMENT=	Content Aware Image Resizer is 
 
 USE_ZIP=	yes
 USES=		gmake
+
 MAKE_ARGS+=	CC="${CXX}"
 
 WRKSRC=		${WRKDIR}
 
 PLIST_FILES=	bin/cair
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/cair ${PREFIX}/bin
+	${INSTALL_SCRIPT} ${WRKSRC}/cair ${STAGEDIR}${PREFIX}/bin
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/cair
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list