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/Makefile | |
parent | 08936c439f32cbea22376d90a5adb1e7fa065110 (diff) | |
download | ports-42200e561c1ccd11b422086e84f9c8bf70400c0a.tar.gz ports-42200e561c1ccd11b422086e84f9c8bf70400c0a.zip |
Notes
Diffstat (limited to 'games/sopwith/Makefile')
-rw-r--r-- | games/sopwith/Makefile | 16 |
1 files changed, 3 insertions, 13 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> |