diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-08-10 20:14:55 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-08-10 20:14:55 +0000 |
commit | 42200e561c1ccd11b422086e84f9c8bf70400c0a (patch) | |
tree | f24345ee0b7338a0d5cf6dc06da580681f36b249 /games/sopwith | |
parent | 08936c439f32cbea22376d90a5adb1e7fa065110 (diff) | |
download | ports-42200e561c1ccd11b422086e84f9c8bf70400c0a.tar.gz ports-42200e561c1ccd11b422086e84f9c8bf70400c0a.zip |
Notes
Diffstat (limited to 'games/sopwith')
-rw-r--r-- | games/sopwith/Makefile | 16 | ||||
-rw-r--r-- | games/sopwith/distinfo | 2 | ||||
-rw-r--r-- | games/sopwith/pkg-plist | 11 |
3 files changed, 10 insertions, 19 deletions
diff --git a/games/sopwith/Makefile b/games/sopwith/Makefile index f52bb58669d8..f0660f50e630 100644 --- a/games/sopwith/Makefile +++ b/games/sopwith/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sopwith -PORTVERSION= 1.4.0 +PORTVERSION= 1.5.0 CATEGORIES= games MASTER_SITES= http://fraggle.despayre.org:81/stuffage/sopwith/ DISTNAME= sdl_${PORTNAME}-${PORTVERSION} @@ -18,19 +18,9 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/sdl11-config:${PORTSDIR}/devel/sdl12 USE_GTK= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= SDL_CONFIG=${PREFIX}/bin/sdl11-config +CONFIGURE_ENV= SDL_CONFIG=${LOCALBASE}/bin/sdl11-config USE_REINPLACE= yes -post-patch: - @${REINPLACE_CMD} -e 's/^extern void getmode.*//' \ - ${WRKSRC}/src/swtitle.h - -.if !defined(NOPORTDOCS) -post-install: - ${MKDIR} ${DOCSDIR} -.for F in FAQ doc/license.txt doc/keys.txt doc/origdoc.txt - ${INSTALL_DATA} ${WRKSRC}/${F} ${DOCSDIR} -.endfor -.endif +MAN6= sopwith.6 .include <bsd.port.mk> diff --git a/games/sopwith/distinfo b/games/sopwith/distinfo index c95dbb2f92f9..91123952d215 100644 --- a/games/sopwith/distinfo +++ b/games/sopwith/distinfo @@ -1 +1 @@ -MD5 (sdl_sopwith-1.4.0.tar.gz) = 509d5d2b01dbbd678171a87da2244c05 +MD5 (sdl_sopwith-1.5.0.tar.gz) = 37471e4bf4dc755465e16d75843d0eef diff --git a/games/sopwith/pkg-plist b/games/sopwith/pkg-plist index 36168aec3363..926fe3aceb99 100644 --- a/games/sopwith/pkg-plist +++ b/games/sopwith/pkg-plist @@ -1,7 +1,8 @@ bin/gtksopwith bin/sopwith -%%PORTDOCS%%share/doc/sopwith/FAQ -%%PORTDOCS%%share/doc/sopwith/keys.txt -%%PORTDOCS%%share/doc/sopwith/license.txt -%%PORTDOCS%%share/doc/sopwith/origdoc.txt -%%PORTDOCS%%@dirrm share/doc/sopwith +share/doc/sopwith/keys.txt +share/doc/sopwith/dlcvsamj.txt +share/doc/sopwith/license.txt +share/doc/sopwith/origdoc.txt +share/doc/sopwith/readme.txt +@dirrm share/doc/sopwith |