aboutsummaryrefslogtreecommitdiffstats
path: root/games/dopewars/files
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2002-03-26 07:08:17 +0800
committerpetef <petef@FreeBSD.org>2002-03-26 07:08:17 +0800
commit3f79595e5174d662021f54db9c009fa4de04b27d (patch)
tree0f19ae2a224456cff05287c7e58d1178e291d1bf /games/dopewars/files
parent4bdfc7c16211e500f8e3fdef34d65cb4dc1e3aa4 (diff)
downloadfreebsd-ports-gnome-3f79595e5174d662021f54db9c009fa4de04b27d.tar.gz
freebsd-ports-gnome-3f79595e5174d662021f54db9c009fa4de04b27d.tar.zst
freebsd-ports-gnome-3f79595e5174d662021f54db9c009fa4de04b27d.zip
Update to 1.5.4
Diffstat (limited to 'games/dopewars/files')
-rw-r--r--games/dopewars/files/patch-doc::Makefile.in10
1 files changed, 6 insertions, 4 deletions
diff --git a/games/dopewars/files/patch-doc::Makefile.in b/games/dopewars/files/patch-doc::Makefile.in
index 4ea24744254c..8679fcf9df37 100644
--- a/games/dopewars/files/patch-doc::Makefile.in
+++ b/games/dopewars/files/patch-doc::Makefile.in
@@ -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.