diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 16:28:02 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 16:28:02 +0000 |
commit | 1f5aafceb1de3a36ba60465f46c1ced40e7cb38b (patch) | |
tree | 7b046cc88dfd6bda85731c3df197fae0844222a8 /devel/libunicode/files/patch-Makefile.in | |
parent | Support STAGE (diff) |
Rename devel/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'devel/libunicode/files/patch-Makefile.in')
-rw-r--r-- | devel/libunicode/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/libunicode/files/patch-Makefile.in b/devel/libunicode/files/patch-Makefile.in new file mode 100644 index 000000000000..2c39e59e3cea --- /dev/null +++ b/devel/libunicode/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Wed Sep 20 17:44:12 2000 ++++ Makefile.in Thu Sep 21 10:54:20 2000 +@@ -94,7 +94,7 @@ + EXTRA_DIST = libunicode.spec.in unicodeConf.sh.in + + +-confexecdir = $(libdir) ++confexecdir = $(sysconfdir) + confexec_DATA = unicodeConf.sh + + CLEAN_FILES = unicodeConf.sh |