diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2008-09-08 21:07:37 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2008-09-08 21:07:37 +0000 |
commit | fc4774b92dd217636cc9a99b9ae0ad36122ba8a9 (patch) | |
tree | ab423641ce17673d3ce809baf0a0cbc8ae23a34b /textproc/hunspell | |
parent | 10416a2b6ee697e3b4df7b5b60d64f64e426b7bd (diff) | |
download | ports-fc4774b92dd217636cc9a99b9ae0ad36122ba8a9.tar.gz ports-fc4774b92dd217636cc9a99b9ae0ad36122ba8a9.zip |
Notes
Diffstat (limited to 'textproc/hunspell')
-rw-r--r-- | textproc/hunspell/Makefile | 3 | ||||
-rw-r--r-- | textproc/hunspell/pkg-plist | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/textproc/hunspell/Makefile b/textproc/hunspell/Makefile index 571660ffb6d4..ecc685ef6fdd 100644 --- a/textproc/hunspell/Makefile +++ b/textproc/hunspell/Makefile @@ -54,8 +54,7 @@ do-install: ${INSTALL_DATA} ${WRKDIR}/hu_HU-${DICTVERSION}/hu_HU.dic \ ${WRKDIR}/hu_HU-${DICTVERSION}/hu_HU.aff \ ${PREFIX}/share/myspell/ - ${MKDIR} ${PREFIX}/libdata/pkgconfig - ${INSTALL_DATA} ${WRKSRC}/hunspell.pc ${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 e55f646c6886..0b67bb2a9d32 100644 --- a/textproc/hunspell/pkg-plist +++ b/textproc/hunspell/pkg-plist @@ -31,4 +31,3 @@ share/myspell/magyar.dic share/myspell/default.aff share/myspell/default.dic @dirrm share/myspell -@dirrmtry libdata/pkgconfig |