diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-03-02 09:53:03 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-03-02 09:53:03 +0000 |
commit | f73604f9405af61a50964ad6adf666eba94479ec (patch) | |
tree | 83d682a935cc7fe4c5e4122784c6aa5a6314643b /japanese | |
parent | - Update to 1.3.11. (diff) |
Fix plist.
Notes
Notes:
svn path=/head/; revision=130172
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/anthy/Makefile | 5 | ||||
-rw-r--r-- | japanese/anthy/pkg-plist | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/japanese/anthy/Makefile b/japanese/anthy/Makefile index 395de783dcb2..00cac7732c44 100644 --- a/japanese/anthy/Makefile +++ b/japanese/anthy/Makefile @@ -7,6 +7,7 @@ PORTNAME= anthy PORTVERSION= 6300 +PORTREVISION= 1 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR= ${PORTNAME}/13543 @@ -19,7 +20,7 @@ COMMENT= Another kana-kanji conversion system USE_REINPLACE= yes USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes -USE_GNOME= lthack +USE_GNOME= gnometarget lthack pkgconfig DOCSDIR= share/doc/ja/anthy ELISPDIR= share/emacs/site-lisp/anthy @@ -54,6 +55,8 @@ post-extract: post-patch: @${REINPLACE_CMD} -e \ 's| install-lispLISP||g' ${WRKSRC}/src-util/Makefile.in + @${REINPLACE_CMD} -e \ + 's|$$(libdir)/pkgconfig|$$(prefix)/libdata/pkgconfig|g' ${WRKSRC}/Makefile.in post-install: ${MKDIR} ${PREFIX}/${ELISPDIR} diff --git a/japanese/anthy/pkg-plist b/japanese/anthy/pkg-plist index 2bb0e85bbb4f..69215e7937fc 100644 --- a/japanese/anthy/pkg-plist +++ b/japanese/anthy/pkg-plist @@ -13,7 +13,7 @@ lib/libanthydic.so.1 lib/libanthyinput.a lib/libanthyinput.so lib/libanthyinput.so.0 -lib/pkgconfig/anthy.pc +libdata/pkgconfig/anthy.pc share/anthy/a.depword share/anthy/ajv.depword share/anthy/anthy.dic |