1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

Update to 1.5.4

This commit is contained in:
Pete Fritchman 2002-03-25 23:08:17 +00:00
parent a1c6cc9e82
commit 7a4b2ad5fc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56659
4 changed files with 12 additions and 7 deletions

View File

@ -6,11 +6,10 @@
#
PORTNAME= dopewars
PORTVERSION= 1.5.3
PORTVERSION= 1.5.4
CATEGORIES= games
MASTER_SITES= http://dopewars.sourceforge.net/ \
http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/
MAINTAINER= petef@FreeBSD.org
USE_GMAKE= yes
@ -33,5 +32,8 @@ post-patch:
${WRKSRC}/src/Makefile.in
@${PERL} -pi -e 's!dopewars.sco!dopewars/dopewars.sco!g' \
${WRKSRC}/src/dopewars.c ${WRKSRC}/Makefile.in
@${PERL} -pi -e 's!^CFLAGS =!CFLAGS = \@GLIB_CFLAGS\@!' \
${WRKSRC}/src/gui_client/Makefile.in \
${WRKSRC}/src/curses_client/Makefile.in
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (dopewars-1.5.3.tar.gz) = 8022a5ec7ff20330dd6526671a505022
MD5 (dopewars-1.5.4.tar.gz) = 063f4eba7aa5aa1ad38f3f4e66182b1e

View File

@ -1,12 +1,14 @@
--- doc/Makefile.in.orig Sun Feb 3 22:53:46 2002
+++ doc/Makefile.in Mon Feb 18 21:34:47 2002
@@ -253,8 +253,10 @@
--- doc/Makefile.in.orig Sat Mar 2 15:25:02 2002
+++ doc/Makefile.in Mon Mar 25 09:33:45 2002
@@ -246,10 +246,12 @@
install-data-local:
+ifndef NOPORTDOCS
${INSTALL} -d -m 0755 ${DOCPATH}
${INSTALL} -m 0644 ${DOCS} ${DOCPATH}
for doc in ${DOCS}; do \
${INSTALL} -m 0644 ${srcdir}/$${doc} ${DOCPATH}; \
done
+endif
# Tell versions [3.59,3.63) of GNU make to not export all variables.

View File

@ -6,6 +6,7 @@ lib/charset.alias
%%PORTDOCS%%share/doc/%%DOPEWARS%%/configfile.html
%%PORTDOCS%%share/doc/%%DOPEWARS%%/credits.html
%%PORTDOCS%%share/doc/%%DOPEWARS%%/developer.html
%%PORTDOCS%%share/doc/%%DOPEWARS%%/example-cfg
%%PORTDOCS%%share/doc/%%DOPEWARS%%/i18n.html
%%PORTDOCS%%share/doc/%%DOPEWARS%%/index.html
%%PORTDOCS%%share/doc/%%DOPEWARS%%/installation.html