Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Feb 2014 07:27:04 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346445 - head/x11/setlayout
Message-ID:  <201402280727.s1S7R4Xo046820@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Feb 28 07:27:04 2014
New Revision: 346445
URL: http://svnweb.freebsd.org/changeset/ports/346445
QAT: https://qat.redports.org/buildarchive/r346445/

Log:
  Support stage

Modified:
  head/x11/setlayout/Makefile

Modified: head/x11/setlayout/Makefile
==============================================================================
--- head/x11/setlayout/Makefile	Fri Feb 28 07:26:34 2014	(r346444)
+++ head/x11/setlayout/Makefile	Fri Feb 28 07:27:04 2014	(r346445)
@@ -16,17 +16,14 @@ USE_XORG=	x11
 NO_WRKSUBDIR=	yes
 PLIST_FILES=	bin/${PORTNAME}
 
-NO_STAGE=	yes
-.include <bsd.port.pre.mk>
-
 do-extract:
-	${MKDIR} ${WRKSRC}
+	@${MKDIR} ${WRKSRC}
 	${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}
 
 do-build:
 	cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${PORTNAME} `pkg-config --cflags --libs x11` ${DISTFILES}
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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