diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2006-03-19 21:58:51 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2006-03-19 21:58:51 +0000 |
commit | c9c34f6e867c94ad1fc832e7da33044e4970f13c (patch) | |
tree | b3167237a9c310ed6c22e9745a2c44eb76c140fc /mail/sqwebmail | |
parent | 5fe4e095a84bc825a45e67e6ea5634ab7d02c372 (diff) |
install charset.alias in the correct place
Notes
Notes:
svn path=/head/; revision=157685
Diffstat (limited to 'mail/sqwebmail')
-rw-r--r-- | mail/sqwebmail/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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: |