From owner-svn-ports-all@FreeBSD.ORG Wed Nov 13 14:18:05 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0995A16B; Wed, 13 Nov 2013 14:18:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ED7E624EB; Wed, 13 Nov 2013 14:18:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rADEI4g7055894; Wed, 13 Nov 2013 14:18:04 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rADEI4DX055893; Wed, 13 Nov 2013 14:18:04 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201311131418.rADEI4DX055893@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Wed, 13 Nov 2013 14:18:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333688 - head/games/xeyesplus X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Nov 2013 14:18:05 -0000 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