summaryrefslogtreecommitdiff
path: root/textproc/java2html/files/patch-Makefile.in
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-01-21 08:02:10 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-01-21 08:02:10 +0000
commit53429c6c684ca86ca19c8a6f9709bb9bcd52cf76 (patch)
tree528f7fe4f43a69d320cbadc8f8cbbf86f215e2d0 /textproc/java2html/files/patch-Makefile.in
parentSupport stage (diff)
* Convert to staging
* Add license * Rename patch to follow makepatch naming Sponsored by: Absolight
Diffstat (limited to '')
-rw-r--r--textproc/java2html/files/patch-Makefile.in (renamed from textproc/java2html/files/patch-aa)15
1 files changed, 12 insertions, 3 deletions
diff --git a/textproc/java2html/files/patch-aa b/textproc/java2html/files/patch-Makefile.in
index 50826b93e8cb..196a2a78308b 100644
--- a/textproc/java2html/files/patch-aa
+++ b/textproc/java2html/files/patch-Makefile.in
@@ -1,5 +1,5 @@
---- Makefile.in.orig Sat Apr 15 17:16:30 2000
-+++ Makefile.in Sun Apr 23 15:46:41 2000
+--- ./Makefile.in.orig 2000-05-02 19:13:52.000000000 +0200
++++ ./Makefile.in 2014-01-21 08:57:35.000000000 +0100
@@ -27,7 +27,7 @@
# for gzip because otherwise the load on the web server
# grows without having big benefits.
@@ -9,7 +9,16 @@
# Dont change things beyond this line.
TARGET = @PROJECT_NAME@
-@@ -59,7 +59,7 @@
+@@ -52,14 +52,14 @@
+ INSTALL_DATA = @INSTALL_DATA@
+ prefix = @prefix@
+ exec_prefix = ${prefix}
+-bindir = @bindir@
++bindir = ${DESTDIR}@bindir@
+ mandir = @mandir@
+-man1dir = @mandir@/man1
++man1dir = ${DESTDIR}@mandir@/man1
+ srcdir = @srcdir@
docdir = @DOCDIR@
CPPFLAGS = @CPPFLAGS@