diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-07-10 07:31:58 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-07-10 07:31:58 +0000 |
commit | d520c1fdc9ed27a26afc4175e2f91a6fccaaab9d (patch) | |
tree | 76fe9542554a9afa4f247701427c1bff6cd8a5ba /emulators/gnuboy | |
parent | 029c1cfa531d9cdd385ba8376abe8b18c96e9772 (diff) | |
download | FreeBSD-ports-d520c1fdc9ed27a26afc4175e2f91a6fccaaab9d.zip FreeBSD-ports-d520c1fdc9ed27a26afc4175e2f91a6fccaaab9d.tar.gz |
upgrade to 1.0.1
PR: 28862
Submitted by: pat@databits.net
Diffstat (limited to 'emulators/gnuboy')
-rw-r--r-- | emulators/gnuboy/Makefile | 9 | ||||
-rw-r--r-- | emulators/gnuboy/distinfo | 2 | ||||
-rw-r--r-- | emulators/gnuboy/pkg-plist | 9 |
3 files changed, 17 insertions, 3 deletions
diff --git a/emulators/gnuboy/Makefile b/emulators/gnuboy/Makefile index 59660a9..35c8a60 100644 --- a/emulators/gnuboy/Makefile +++ b/emulators/gnuboy/Makefile @@ -7,7 +7,7 @@ # PORTNAME= gnuboy -PORTVERSION= 1.0.0 +PORTVERSION= 1.0.1 CATEGORIES= emulators games MASTER_SITES= http://gnuboy.unix-fu.org/src/ \ http://brightrain.aerifal.cx/~laguna/src/ @@ -18,7 +18,6 @@ LIB_DEPENDS= vga.1:${PORTSDIR}/graphics/svgalib \ SDL-1.1.3:${PORTSDIR}/devel/sdl12 USE_XLIB= yes - USE_AUTOCONF= yes GNU_CONFIGURE= yes SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config @@ -31,4 +30,10 @@ post-patch: @${PERL} -pi -e "s|SDL/|SDL11/|g" ${WRKSRC}/${file} .endfor +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR} +.endif + .include <bsd.port.mk> diff --git a/emulators/gnuboy/distinfo b/emulators/gnuboy/distinfo index 38f1e3e..abec898 100644 --- a/emulators/gnuboy/distinfo +++ b/emulators/gnuboy/distinfo @@ -1 +1 @@ -MD5 (gnuboy-1.0.0.tar.gz) = 3d8123ce5fe69de03186f19954ecc9d0 +MD5 (gnuboy-1.0.1.tar.gz) = 2b2932c64af7bf9f1814682de994aa31 diff --git a/emulators/gnuboy/pkg-plist b/emulators/gnuboy/pkg-plist index 9415b5b..5723974 100644 --- a/emulators/gnuboy/pkg-plist +++ b/emulators/gnuboy/pkg-plist @@ -1,3 +1,12 @@ bin/sdlgnuboy bin/sgnuboy bin/xgnuboy +%%PORTDOCS%%share/doc/gnuboy/CHANGES +%%PORTDOCS%%share/doc/gnuboy/CONFIG +%%PORTDOCS%%share/doc/gnuboy/CREDITS +%%PORTDOCS%%share/doc/gnuboy/FAQ +%%PORTDOCS%%share/doc/gnuboy/HACKING +%%PORTDOCS%%share/doc/gnuboy/LIBERTY +%%PORTDOCS%%share/doc/gnuboy/README.old +%%PORTDOCS%%share/doc/gnuboy/WHATSNEW +%%PORTDOCS%%@dirrm share/doc/gnuboy |