diff options
author | salo <salo> | 2003-02-16 21:41:08 +0000 |
---|---|---|
committer | salo <salo> | 2003-02-16 21:41:08 +0000 |
commit | 37861b402f4e8e4f1630c4b5e4ba228dedb100d2 (patch) | |
tree | 6a9f8f7d3560c3afd0e73ff32e7caa159f8580d0 /emulators/gnuboy | |
parent | e70c8bfb8f79d81babcd6dc0aed1996e16ae1916 (diff) | |
download | pkgsrc-37861b402f4e8e4f1630c4b5e4ba228dedb100d2.tar.gz |
PKGREVISION bump: install sample configuration into share/examples/, change
maintainer per request (previous maintainer ok).
Diffstat (limited to 'emulators/gnuboy')
-rw-r--r-- | emulators/gnuboy/Makefile | 16 | ||||
-rw-r--r-- | emulators/gnuboy/PLIST | 5 |
2 files changed, 13 insertions, 8 deletions
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 |