fix deinstall of default dictionary; reported by Moritz Grimm
This commit is contained in:
parent
d30d029cf6
commit
4e231475b7
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.41 2005/02/21 21:04:13 alek Exp $
|
||||
# $OpenBSD: Makefile,v 1.42 2005/11/13 18:19:31 jakob Exp $
|
||||
|
||||
COMMENT= "interactive spelling checker"
|
||||
COMMENT-dutch= "ispell dictionary for Dutch"
|
||||
@ -12,7 +12,7 @@ COMMENT-swedish= "ispell dictionary for Swedish"
|
||||
|
||||
VERSION= 3.2.06
|
||||
DISTNAME= ispell-${VERSION}
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
CATEGORIES= textproc
|
||||
|
||||
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
|
||||
@ -179,9 +179,6 @@ do-install:
|
||||
${PREFIX}/lib/ispell/britishxlg.hash
|
||||
ln -s britishxlg.hash ${PREFIX}/lib/ispell/british.hash
|
||||
|
||||
ln -s american.aff ${PREFIX}/lib/ispell/default.aff
|
||||
ln -s american.hash ${PREFIX}/lib/ispell/default.hash
|
||||
|
||||
${INSTALL_DATA} ${WRKDIR}/${DUTCH_DICT}/nederlands.{aff,hash} \
|
||||
${PREFIX}/lib/ispell
|
||||
${INSTALL_DATA} ${WRKDIR}/german/deutsch.{aff,hash} \
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.10 2004/11/17 01:19:28 alek Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.11 2005/11/13 18:19:31 jakob Exp $
|
||||
bin/buildhash
|
||||
bin/findaffix
|
||||
bin/icombine
|
||||
@ -14,8 +14,6 @@ lib/ispell/americanmed+.hash
|
||||
lib/ispell/british.aff
|
||||
lib/ispell/british.hash
|
||||
lib/ispell/britishxlg.hash
|
||||
lib/ispell/default.aff
|
||||
lib/ispell/default.hash
|
||||
@man man/man1/buildhash.1
|
||||
@man man/man1/findaffix.1
|
||||
@man man/man1/ispell.1
|
||||
@ -25,3 +23,5 @@ lib/ispell/default.hash
|
||||
@man man/man4/ispell.4
|
||||
@comment 1 - american, 2 - british
|
||||
@exec %D/bin/ispell-config 2
|
||||
@unexec rm -f ${PREFIX}/lib/ispell/default.aff
|
||||
@unexec rm -f ${PREFIX}/lib/ispell/default.hash
|
||||
|
Loading…
Reference in New Issue
Block a user