From c9c34f6e867c94ad1fc832e7da33044e4970f13c Mon Sep 17 00:00:00 2001 From: Oliver Lehmann Date: Sun, 19 Mar 2006 21:58:51 +0000 Subject: install charset.alias in the correct place --- mail/sqwebmail/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mail/sqwebmail/Makefile b/mail/sqwebmail/Makefile index d434e3db1a28..a0ea1aaa64af 100644 --- a/mail/sqwebmail/Makefile +++ b/mail/sqwebmail/Makefile @@ -207,7 +207,9 @@ post-patch: @${REINPLACE_CMD} -e 's|mkdir -p|${MKDIR}|g' ${WRKSRC}/pcp/configure @${REINPLACE_CMD} -e 's|@LIBTOOL@|${LIBTOOL}| ; \ - s|$$(SHELL) $$(MKINSTALLDIRS)|$$(MKINSTALLDIRS)|' \ + s|$$(SHELL) $$(MKINSTALLDIRS)|$$(MKINSTALLDIRS)| ; \ + s|$$(libdir)/charset|$$(prefix)/libdata/charset|g ; \ + s|$$(libdir)/t-charset|$$(prefix)/libdata/t-charset|g' \ ${WRKSRC}/pcp/intl/Makefile.in post-install: -- cgit v1.2.3