Actually add a patch to put unicodeConf.sh in the right place. *sigh*
Submitted by: onigiri
This commit is contained in:
parent
de1219b5c7
commit
71267097ef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33010
2 changed files with 12 additions and 1 deletions
|
@ -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
|
||||
|
|
11
devel/libunicode/files/patch-aa
Normal file
11
devel/libunicode/files/patch-aa
Normal file
|
@ -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
|
Loading…
Reference in a new issue