Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Dec 2013 15:13:37 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r338007 - head/x11-clocks/abclock
Message-ID:  <201312291513.rBTFDbQh084724@svn.freebsd.org>

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



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