svn commit: r346445 - head/x11/setlayout

Baptiste Daroussin bapt at FreeBSD.org
Fri Feb 28 07:27:05 UTC 2014


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>


More information about the svn-ports-all mailing list