diff options
author | Koop Mast <kwm@FreeBSD.org> | 2017-05-23 08:29:17 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2017-05-23 08:29:17 +0000 |
commit | 37acc1c372c998b010fde4c8875bd43a24a02bd4 (patch) | |
tree | 50dee1fe93d80cbaca2c602c902328bcbd950f58 /textproc/highlight/files/patch-makefile | |
parent | - Update to 1.1.6 (diff) |
Update highlight to 3.36.
Regen patches with make makepatch
Notes
Notes:
svn path=/head/; revision=441509
Diffstat (limited to 'textproc/highlight/files/patch-makefile')
-rw-r--r-- | textproc/highlight/files/patch-makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/highlight/files/patch-makefile b/textproc/highlight/files/patch-makefile index be3e9c3541cc..4f8f21d3d645 100644 --- a/textproc/highlight/files/patch-makefile +++ b/textproc/highlight/files/patch-makefile @@ -1,5 +1,5 @@ ---- makefile.orig 2014-04-25 16:45:48.000000000 +0200 -+++ makefile 2014-04-25 16:46:45.000000000 +0200 +--- makefile.orig 2017-03-30 18:12:23 UTC ++++ makefile @@ -4,10 +4,10 @@ # Installation directories: @@ -13,7 +13,7 @@ # Location of the highlight data files: data_dir = ${PREFIX}/share/highlight/ -@@ -16,7 +16,7 @@ +@@ -16,7 +16,7 @@ data_dir = ${PREFIX}/share/highlight/ bin_dir = ${PREFIX}/bin/ # Location of the highlight man page: @@ -22,7 +22,7 @@ # Location of the highlight documentation: doc_dir = ${PREFIX}/share/doc/highlight/ -@@ -25,8 +25,8 @@ +@@ -25,8 +25,8 @@ doc_dir = ${PREFIX}/share/doc/highlight/ examples_dir = ${doc_dir}examples/ # Location of the highlight config files: |