diff options
author | mi <mi@FreeBSD.org> | 2008-09-09 05:07:37 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2008-09-09 05:07:37 +0800 |
commit | 5fd01416559f1eab2844f3173b18ddf3cb1e2a88 (patch) | |
tree | 4acd487070372ea122c4483f913bd08f3af1e90a /textproc | |
parent | 758209ba52e03b314b0222c8c664080a593d8359 (diff) | |
download | freebsd-ports-gnome-5fd01416559f1eab2844f3173b18ddf3cb1e2a88.tar.gz freebsd-ports-gnome-5fd01416559f1eab2844f3173b18ddf3cb1e2a88.tar.zst freebsd-ports-gnome-5fd01416559f1eab2844f3173b18ddf3cb1e2a88.zip |
Turns out, libdata/pkgconfig/ is already part of mtree and needs neither
being created on install nor removed at deinstall.
Notified by: QATindy
Approved by: portmgr (pav)
Diffstat (limited to 'textproc')
-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 |