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 | |
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')
-rw-r--r-- | devel/libunicode/Makefile | 2 | ||||
-rw-r--r-- | devel/libunicode/files/patch-aa | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/devel/libunicode/Makefile b/devel/libunicode/Makefile index ba1ba0e78830..7cb3afa6559f 100644 --- a/devel/libunicode/Makefile +++ b/devel/libunicode/Makefile @@ -7,7 +7,7 @@ PORTNAME= libunicode PORTVERSION= 0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/libunicode 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 |