aboutsummaryrefslogtreecommitdiff
path: root/devel/fhist/files
diff options
context:
space:
mode:
authorSylvio Cesar Teixeira <sylvio@FreeBSD.org>2012-06-05 20:52:10 +0000
committerSylvio Cesar Teixeira <sylvio@FreeBSD.org>2012-06-05 20:52:10 +0000
commitea34d92411b58f2cdf70282bdc7bec90b4701d01 (patch)
treee172cb2ccf5c3de60628163fe78eb624be27dacc /devel/fhist/files
parent69a0ca8eefd6eef98d6502c47b474eb4ce0559c8 (diff)
Notes
Diffstat (limited to 'devel/fhist/files')
-rw-r--r--devel/fhist/files/patch-Makefile.in61
1 files changed, 61 insertions, 0 deletions
diff --git a/devel/fhist/files/patch-Makefile.in b/devel/fhist/files/patch-Makefile.in
new file mode 100644
index 000000000000..7107dbd38161
--- /dev/null
+++ b/devel/fhist/files/patch-Makefile.in
@@ -0,0 +1,61 @@
+--- Makefile.in.orig 2012-05-21 08:32:42.000000000 +0900
++++ Makefile.in 2012-05-22 22:50:06.000000000 +0900
+@@ -8,10 +8,8 @@
+ # W W W A A R R N N I N N I N N G G
+ # W W A A R R N N III N N III N N GGG
+ #
+-# Warning: DO NOT send patches which fix this file. IT IS NOT the \
+- original
+-# source file. This file is GENERATED from the Aegis repository file \
+- manifest.
++# Warning: DO NOT send patches which fix this file. IT IS NOT the original
++# source file. This file is GENERATED from the Aegis repository file manifest.
+ # If you find a bug in this file, it could well be an Aegis bug.
+ #
+ # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+@@ -21,14 +19,11 @@
+ # The configure script generates 2 files:
+ # 1. This Makefile
+ # 2. common/config.h
+-# If you change this Makefile, you may also need to change these files. \
+- To see
+-# what is configured by the configure script, search for @ in the \
+- Makefile.in
++# If you change this Makefile, you may also need to change these files. To see
++# what is configured by the configure script, search for @ in the Makefile.in
+ # file.
+ #
+-# If you wish to reconfigure the installations directories it is \
+- RECOMMENDED
++# If you wish to reconfigure the installations directories it is RECOMMENDED
+ # that you re-run the configure script.
+ #
+ # Use ``./configure --help'' for a list of options.
+@@ -86,8 +81,7 @@
+ #
+ # Where to put the manuals.
+ #
+-# On a network, this would be shared between all machines on the \
+- network. It can
++# On a network, this would be shared between all machines on the network. It can
+ # be read-only.
+ #
+ # The $(DESTDIR) is for packaging.
+@@ -144,15 +138,13 @@
+ EXEEXT = @EXEEXT@
+
+ #
+-# Set GROFF to the name of the roff command on your system, usually \
+- "groff" or
++# Set GROFF to the name of the roff command on your system, usually "groff" or
+ # "troff" or "nroff"
+ #
+ GROFF = @GROFF@
+
+ #
+-# Set SOELIM to the name of the roff proprocessor command on your \
+- system,
++# Set SOELIM to the name of the roff proprocessor command on your system,
+ # usually "soelim" or "gsoelim"
+ #
+ SOELIM = @SOELIM@ \ No newline at end of file