Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Nov 2013 14:18:04 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r333688 - head/games/xeyesplus
Message-ID:  <201311131418.rADEI4DX055893@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Wed Nov 13 14:18:04 2013
New Revision: 333688
URL: http://svnweb.freebsd.org/changeset/ports/333688

Log:
  - Add stage support

Modified:
  head/games/xeyesplus/Makefile

Modified: head/games/xeyesplus/Makefile
==============================================================================
--- head/games/xeyesplus/Makefile	Wed Nov 13 14:15:03 2013	(r333687)
+++ head/games/xeyesplus/Makefile	Wed Nov 13 14:18:04 2013	(r333688)
@@ -15,12 +15,11 @@ USE_XORG=	xpm
 
 PLIST_FILES=	bin/xeyes+
 
-NO_STAGE=	yes
 do-build:
 	cd ${WRKSRC} && ${CC} ${CFLAGS} -I${LOCALBASE}/include -DXPM -DUSLEEP \
 		-o xeyes+ xeyes+.c -L${LOCALBASE}/lib -lX11 -lXpm -lm
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/xeyes+ ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/xeyes+ ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>



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