svn commit: r345188 - head/graphics/ppsei

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 20 08:38:58 UTC 2014


Author: ehaupt
Date: Thu Feb 20 08:38:57 2014
New Revision: 345188
URL: http://svnweb.freebsd.org/changeset/ports/345188
QAT: https://qat.redports.org/buildarchive/r345188/

Log:
  Support staging

Modified:
  head/graphics/ppsei/Makefile

Modified: head/graphics/ppsei/Makefile
==============================================================================
--- head/graphics/ppsei/Makefile	Thu Feb 20 08:36:22 2014	(r345187)
+++ head/graphics/ppsei/Makefile	Thu Feb 20 08:38:57 2014	(r345188)
@@ -11,14 +11,13 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	romain at FreeBSD.org
 COMMENT=	PowerPoint images extractor
 
-PLIST_FILES=	bin/${PORTNAME}
+PLIST_FILES=	bin/ppsei
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
-NO_STAGE=	yes
 do-build:
-	@(cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c)
+	${CC} ${CFLAGS} -o ${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.c
 
 do-install:
-	@(cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} ${PREFIX}/bin)
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list