aboutsummaryrefslogtreecommitdiffstats
path: root/games/bomberclone/files
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-10-04 14:45:33 +0800
committeredwin <edwin@FreeBSD.org>2003-10-04 14:45:33 +0800
commitef91c0b9d0bd295af07d10ee7a976b9bdb964127 (patch)
tree7ece5463e5bbc217a3b4d6495a8c89de5597061a /games/bomberclone/files
parent406e9daa4a54eb7ea421c815fdeac9458b4feb25 (diff)
downloadfreebsd-ports-gnome-ef91c0b9d0bd295af07d10ee7a976b9bdb964127.tar.gz
freebsd-ports-gnome-ef91c0b9d0bd295af07d10ee7a976b9bdb964127.tar.zst
freebsd-ports-gnome-ef91c0b9d0bd295af07d10ee7a976b9bdb964127.zip
Update to 0.10.1
Diffstat (limited to 'games/bomberclone/files')
-rw-r--r--games/bomberclone/files/patch-Makefile.in4
-rw-r--r--games/bomberclone/files/patch-configure11
-rw-r--r--games/bomberclone/files/patch-data::Makefile.in17
3 files changed, 13 insertions, 19 deletions
diff --git a/games/bomberclone/files/patch-Makefile.in b/games/bomberclone/files/patch-Makefile.in
index beb7c603d163..e54e61f3b525 100644
--- a/games/bomberclone/files/patch-Makefile.in
+++ b/games/bomberclone/files/patch-Makefile.in
@@ -1,5 +1,5 @@
---- Makefile.in.orig Tue Jul 29 03:25:42 2003
-+++ Makefile.in Tue Jul 29 09:40:50 2003
+--- Makefile.in.orig Sat Sep 13 07:18:20 2003
++++ Makefile.in Fri Oct 3 23:27:19 2003
@@ -84,7 +84,7 @@
SUBDIRS = src data
diff --git a/games/bomberclone/files/patch-configure b/games/bomberclone/files/patch-configure
new file mode 100644
index 000000000000..f2e4ddf51b38
--- /dev/null
+++ b/games/bomberclone/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig Fri Oct 3 23:39:56 2003
++++ configure Fri Oct 3 23:40:07 2003
+@@ -4197,7 +4197,7 @@
+ packageprefix=${prefix}
+ fi
+
+-packagedatadir=share/games/${PACKAGE}
++packagedatadir=share/${PACKAGE}
+ packagedocdir=share/doc/${PACKAGE}
+
+ packagepixmapsdir=${packagedatadir}/pixmaps
diff --git a/games/bomberclone/files/patch-data::Makefile.in b/games/bomberclone/files/patch-data::Makefile.in
deleted file mode 100644
index deb61b24ebfe..000000000000
--- a/games/bomberclone/files/patch-data::Makefile.in
+++ /dev/null
@@ -1,17 +0,0 @@
---- data/Makefile.in.orig Tue Jul 29 09:49:15 2003
-+++ data/Makefile.in Tue Jul 29 09:49:33 2003
-@@ -196,10 +196,10 @@
- @if test ! -d ${prefix}/@NO_PREFIX_PACKAGE_DATA_DIR@; then \
- mkdir ${prefix}/@NO_PREFIX_PACKAGE_DATA_DIR@; \
- fi;
-- cp player ${prefix}/@NO_PREFIX_PACKAGE_DATA_DIR@ -rf
-- cp maps ${prefix}/@NO_PREFIX_PACKAGE_DATA_DIR@ -rf
-- cp gfx ${prefix}/@NO_PREFIX_PACKAGE_DATA_DIR@ -rf
-- cp tileset ${prefix}/@NO_PREFIX_PACKAGE_DATA_DIR@ -rf
-+ cp -r player ${prefix}/@NO_PREFIX_PACKAGE_DATA_DIR@
-+ cp -r maps ${prefix}/@NO_PREFIX_PACKAGE_DATA_DIR@
-+ cp -r gfx ${prefix}/@NO_PREFIX_PACKAGE_DATA_DIR@
-+ cp -r tileset ${prefix}/@NO_PREFIX_PACKAGE_DATA_DIR@
-
- uninstall:
- rm -rf ${prefix}/@NO_PREFIX_PACKAGE_DATA_DIR@