diff options
author | pat <pat@FreeBSD.org> | 2002-08-11 04:14:55 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-08-11 04:14:55 +0800 |
commit | a63723b88156fe9b596b4d1212b10cb92db53851 (patch) | |
tree | d2f0b36f249179886c4315aff20d3d27742a701e /games/sopwith | |
parent | 2d20b43ae402b8ab10f31e788c45e7c8922d2e15 (diff) | |
download | freebsd-ports-gnome-a63723b88156fe9b596b4d1212b10cb92db53851.tar.gz freebsd-ports-gnome-a63723b88156fe9b596b4d1212b10cb92db53851.tar.zst freebsd-ports-gnome-a63723b88156fe9b596b4d1212b10cb92db53851.zip |
Update to 1.5.0
PR: ports/41369
Submitted by: maintainer
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 |