svn commit: r333688 - head/games/xeyesplus

Danilo Egea Gondolfo danilo at FreeBSD.org
Wed Nov 13 14:18:05 UTC 2013


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>


More information about the svn-ports-head mailing list