diff options
author | mi <mi@FreeBSD.org> | 2008-09-08 05:27:13 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2008-09-08 05:27:13 +0800 |
commit | d13afb0b9146a1d7d262304aba03890dbf012c69 (patch) | |
tree | 148776115485ccde47658c15b3223b80ac098e89 /textproc/hunspell | |
parent | ae3826964aa68a02fb9860f8d1d950c96f981785 (diff) | |
download | freebsd-ports-gnome-d13afb0b9146a1d7d262304aba03890dbf012c69.tar.gz freebsd-ports-gnome-d13afb0b9146a1d7d262304aba03890dbf012c69.tar.zst freebsd-ports-gnome-d13afb0b9146a1d7d262304aba03890dbf012c69.zip |
Correct the destination of hunspell.pc file -- according to pav,
it ought to go to libdata/pkgconfig/ rather than lib/pkgconfig.
Diffstat (limited to 'textproc/hunspell')
-rw-r--r-- | textproc/hunspell/Makefile | 4 | ||||
-rw-r--r-- | textproc/hunspell/pkg-plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/textproc/hunspell/Makefile b/textproc/hunspell/Makefile index 9784c499203f..571660ffb6d4 100644 --- a/textproc/hunspell/Makefile +++ b/textproc/hunspell/Makefile @@ -54,8 +54,8 @@ do-install: ${INSTALL_DATA} ${WRKDIR}/hu_HU-${DICTVERSION}/hu_HU.dic \ ${WRKDIR}/hu_HU-${DICTVERSION}/hu_HU.aff \ ${PREFIX}/share/myspell/ - ${MKDIR} ${PREFIX}/lib/pkgconfig - ${INSTALL_DATA} ${WRKSRC}/hunspell.pc ${PREFIX}/lib/pkgconfig + ${MKDIR} ${PREFIX}/libdata/pkgconfig + ${INSTALL_DATA} ${WRKSRC}/hunspell.pc ${PREFIX}/libdata/pkgconfig ${LN} -s ${LOCALBASE}/share/myspell/hu_HU.dic ${PREFIX}/share/myspell/magyar.dic ${LN} -s ${LOCALBASE}/share/myspell/hu_HU.dic ${PREFIX}/share/myspell/hungarian.dic ${LN} -s ${LOCALBASE}/share/myspell/hu_HU.dic ${PREFIX}/share/myspell/default.dic diff --git a/textproc/hunspell/pkg-plist b/textproc/hunspell/pkg-plist index 5d1ae54c6a5d..51d9dd68c57b 100644 --- a/textproc/hunspell/pkg-plist +++ b/textproc/hunspell/pkg-plist @@ -31,4 +31,4 @@ share/myspell/magyar.dic share/myspell/default.aff share/myspell/default.dic @dirrm share/myspell -@dirrmtry lib/pkgconfig +@dirrmtry libdata/pkgconfig |