Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Feb 2014 08:38:58 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r345188 - head/graphics/ppsei
Message-ID:  <201402200838.s1K8cwZg046904@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402200838.s1K8cwZg046904>