Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/games/xjump/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/games/xjump/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- pkgsrc/games/xjump/Makefile 2005/06/16 06:57:56 1.7 +++ pkgsrc/games/xjump/Makefile 2005/11/06 19:25:23 1.8 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2005/06/16 06:57:56 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2005/11/06 19:25:23 tonio Exp $ DISTNAME= xjump_2.7.5.orig PKGNAME= xjump-2.7.5 +PKGREVISION= 1 CATEGORIES= games MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/\ http://www.gtlib.cc.gatech.edu/pub/debian/pool/main/x/xjump/ @@ -13,9 +14,10 @@ COMMENT= Jumping game for X WRKSRC= ${WRKDIR}/xjump-2.7.5.orig BUILD_TARGET= xjump INSTALLATION_DIRS= bin +MAKE_ENV+= VARBASE=${VARBASE} do-install: - ${INSTALL} -g games -m 2755 ${WRKSRC}/xjump ${PREFIX}/bin/xjump + ${INSTALL_GAME} ${WRKSRC}/xjump ${PREFIX}/bin/xjump .include "../../graphics/xpm/buildlink3.mk" .include "../../mk/bsd.pkg.mk"