diff options
Diffstat (limited to 'lang/intercal/files/patch-Makefile')
-rw-r--r-- | lang/intercal/files/patch-Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lang/intercal/files/patch-Makefile b/lang/intercal/files/patch-Makefile new file mode 100644 index 000000000000..4dce88bc2eab --- /dev/null +++ b/lang/intercal/files/patch-Makefile @@ -0,0 +1,14 @@ +--- Makefile.in.orig Thu Jul 27 23:22:03 2006 ++++ Makefile.in Thu Jul 27 23:22:34 2006 +@@ -13,9 +13,9 @@ + # Directory in which to install libraries. + libdir = @libdir@ + # Directory to install data files. +-datadir = @datadir@/intercal-@PACKAGE_VERSION@ ++datadir = @datadir@/intercal + # Directory to install the include files in. +-incdir = @includedir@/intercal-@PACKAGE_VERSION@ ++incdir = @includedir@/intercal + + # Program to install binaries + INSTALL_PROGRAM = @INSTALL_PROGRAM@ |