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.
(actually, use a trick on @exec because the old package will delete the
default config one last time, so do add a new one for the last time).
Remove PATCHLEVEL "improvement". No need to reinstall other ispell
dictionaries, thank you.
- remove deprecated variables
- remove workaround for texinfo install-info bug
- correct filename of ispell info page, ispell -> ispell.info
- add SHA1 and RMD160 checksums for francais-IREQ-1.4.tar.gz
- stop installing ispell.el to share/emacs/site-lisp, since the one
coming with emacs is newer
At one point bsd.port.mk put out erroneous PLIST-auto, with @cwd, @pkgname,
and @pkgdep lines.
These are actually added by make package, and shouldn't usually be put
inside the PLIST, as this is extra information to update.
I left a few @cwd in, mainly for the perl modules, which want to live under
/usr to work.