aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/megapov/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/megapov/files/patch-Makefile')
-rw-r--r--graphics/megapov/files/patch-Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/graphics/megapov/files/patch-Makefile b/graphics/megapov/files/patch-Makefile
deleted file mode 100644
index cd9a1b845f2b..000000000000
--- a/graphics/megapov/files/patch-Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
---- Makefile.org Sat Jul 26 13:29:28 2003
-+++ Makefile Sat Jul 26 13:30:01 2003
-@@ -15,8 +15,8 @@
- ##############################################################################
-
-
--libdir = /usr/local/share/megapov
--docdir = /usr/local/share/doc/megapov-1.0
-+libdir = ${PREFIX}/share/megapov
-+docdir = ${PREFIX}/share/doc/megapov-1.0
-
- #
- # make stuff
-@@ -32,14 +32,14 @@
-
- install:
- cd unix && $(MAKE) install
-- @if test ! -d /usr/local/share; \
-- then mkdir /usr/local/share; \
-+ @if test ! -d ${PREFIX}/share; \
-+ then mkdir ${PREFIX}/share; \
- fi;
- @if test ! -d $(libdir); \
- then mkdir $(libdir); \
- fi;
-- @if test ! -d /usr/local/share/doc; \
-- then mkdir /usr/local/share/doc; \
-+ @if test ! -d ${PREFIX}/share/doc; \
-+ then mkdir ${PREFIX}/share/doc; \
- fi;
- @if test ! -d $(docdir); \
- then mkdir $(docdir); \