diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-09-22 14:30:45 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-09-22 14:30:45 +0000 |
commit | 71267097efa6e9b6e47dce95fcc399b846b280fe (patch) | |
tree | 999922631a6632ff0570ffb60b30eb63a40df2d4 /devel/libunicode/files | |
parent | Add BUILD_DEPENDS to xmkmf:imake-4. (diff) |
Actually add a patch to put unicodeConf.sh in the right place. *sigh*
Submitted by: onigiri
Notes
Notes:
svn path=/head/; revision=33010
Diffstat (limited to 'devel/libunicode/files')
-rw-r--r-- | devel/libunicode/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/libunicode/files/patch-aa b/devel/libunicode/files/patch-aa new file mode 100644 index 000000000000..2c39e59e3cea --- /dev/null +++ b/devel/libunicode/files/patch-aa @@ -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 |