svn commit: r338007 - head/x11-clocks/abclock

Antoine Brodin antoine at FreeBSD.org
Sun Dec 29 15:13:38 UTC 2013


Author: antoine
Date: Sun Dec 29 15:13:37 2013
New Revision: 338007
URL: http://svnweb.freebsd.org/changeset/ports/338007

Log:
  Stage support

Modified:
  head/x11-clocks/abclock/Makefile

Modified: head/x11-clocks/abclock/Makefile
==============================================================================
--- head/x11-clocks/abclock/Makefile	Sun Dec 29 15:09:53 2013	(r338006)
+++ head/x11-clocks/abclock/Makefile	Sun Dec 29 15:13:37 2013	(r338007)
@@ -16,9 +16,8 @@ MAKE_ARGS=	CC="${CC}" OPT="${CFLAGS}"
 
 USE_XORG=	x11 xau xdmcp
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/abclock ${PREFIX}/bin
-	${INSTALL_PROGRAM} ${WRKSRC}/abc_img ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/abclock ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/abc_img ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list