From 3509312435849a14095c160887d3d44434d5676e Mon Sep 17 00:00:00 2001 From: salo Date: Sun, 16 Feb 2003 21:41:08 +0000 Subject: PKGREVISION bump: install sample configuration into share/examples/, change maintainer per request (previous maintainer ok). --- emulators/gnuboy/Makefile | 16 ++++++++++------ emulators/gnuboy/PLIST | 5 +++-- 2 files changed, 13 insertions(+), 8 deletions(-) (limited to 'emulators/gnuboy') diff --git a/emulators/gnuboy/Makefile b/emulators/gnuboy/Makefile index 5e87f197742..87b276e67de 100644 --- a/emulators/gnuboy/Makefile +++ b/emulators/gnuboy/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.2 2003/02/14 20:06:00 salo Exp $ +# $NetBSD: Makefile,v 1.3 2003/02/16 21:41:08 salo Exp $ DISTNAME= gnuboy-1.0.3 -CATEGORIES= emulators +PKGREVISION= 1 +CATEGORIES= emulators games MASTER_SITES= http://gnuboy.unix-fu.org/src/ -MAINTAINER= motor@diku.dk +MAINTAINER= njl@sdf.lonestar.org HOMEPAGE= http://gnuboy.unix-fu.org/ COMMENT= gameboy emulator @@ -12,8 +13,11 @@ GNU_CONFIGURE= yes do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gnuboy - ${INSTALL_PROGRAM} ${WRKSRC}/xgnuboy ${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/etc/sample.rc \ - ${WRKSRC}/docs/* ${PREFIX}/share/doc/gnuboy/ + ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gnuboy + ${INSTALL_PROGRAM} ${WRKSRC}/xgnuboy ${PREFIX}/bin/ + ${INSTALL_DATA} ${WRKSRC}/etc/sample.rc \ + ${PREFIX}/share/examples/gnuboy/ + ${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/docs/* \ + ${PREFIX}/share/doc/gnuboy/ .include "../../mk/bsd.pkg.mk" diff --git a/emulators/gnuboy/PLIST b/emulators/gnuboy/PLIST index bdad2e0a2be..6b22fd6c06a 100644 --- a/emulators/gnuboy/PLIST +++ b/emulators/gnuboy/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2003/02/14 20:06:00 salo Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/02/16 21:41:08 salo Exp $ bin/xgnuboy share/doc/gnuboy/CHANGES share/doc/gnuboy/CONFIG @@ -9,5 +9,6 @@ share/doc/gnuboy/LIBERTY share/doc/gnuboy/README share/doc/gnuboy/README.old share/doc/gnuboy/WHATSNEW -share/doc/gnuboy/sample.rc +share/examples/gnuboy/sample.rc +@dirrm share/examples/gnuboy @dirrm share/doc/gnuboy -- cgit v1.2.3