svn commit: r337985 - head/x11/grabc

Antoine Brodin antoine at FreeBSD.org
Sun Dec 29 13:55:50 UTC 2013


Author: antoine
Date: Sun Dec 29 13:55:50 2013
New Revision: 337985
URL: http://svnweb.freebsd.org/changeset/ports/337985

Log:
  Stage support

Modified:
  head/x11/grabc/Makefile

Modified: head/x11/grabc/Makefile
==============================================================================
--- head/x11/grabc/Makefile	Sun Dec 29 13:51:52 2013	(r337984)
+++ head/x11/grabc/Makefile	Sun Dec 29 13:55:50 2013	(r337985)
@@ -16,11 +16,10 @@ USE_XORG=	x11
 CFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib -lX11
 
-NO_STAGE=	yes
 do-build:
 	cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c ${LIBS}
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list