c54e12bbe0
PLIST and delete everything under the @sample'd directory instead of the directory itself to prevent a warning from pkg_delete(1) trying to remove a non existing directory and to help preventing left-over files and directories.
28 lines
743 B
Plaintext
28 lines
743 B
Plaintext
@comment $OpenBSD: PLIST-main,v 1.4 2011/05/11 07:45:52 ajacoutot Exp $
|
|
@pkgpath textproc/ispell
|
|
@unexec-delete rm -f ${PREFIX}/lib/ispell/default.aff
|
|
@unexec-delete rm -f ${PREFIX}/lib/ispell/default.hash
|
|
@bin bin/buildhash
|
|
bin/findaffix
|
|
@bin bin/icombine
|
|
@bin bin/ijoin
|
|
@bin bin/ispell
|
|
bin/ispell-config
|
|
bin/munchlist
|
|
bin/tryaffix
|
|
lib/ispell/
|
|
lib/ispell/american.aff
|
|
lib/ispell/american.hash
|
|
lib/ispell/americanmed+.hash
|
|
lib/ispell/british.aff
|
|
lib/ispell/british.hash
|
|
lib/ispell/britishxlg.hash
|
|
@man man/man1/buildhash.1
|
|
@man man/man1/findaffix.1
|
|
@man man/man1/ispell.1
|
|
@man man/man1/munchlist.1
|
|
@man man/man1/tryaffix.1
|
|
@man man/man4/english.4
|
|
@man man/man4/ispell.4
|
|
@exec test -e ${PREFIX}/lib/ispell/default.aff || %D/bin/ispell-config 2
|