diff options
author | bouyer <bouyer@pkgsrc.org> | 2005-09-22 21:15:38 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2005-09-22 21:15:38 +0000 |
commit | f94a01129c48783b2cd1c413ddc1b5b37148b00c (patch) | |
tree | 68c090cc99922c9b9c2551f2f76af08f9057c2a7 /security/crack | |
parent | 3bb2bd30e6e1bde1a2fce39c1bc5da3a4af5fcad (diff) | |
download | pkgsrc-f94a01129c48783b2cd1c413ddc1b5b37148b00c.tar.gz |
Also remove %D/crack on pkg_delete
No need to run Crack -makedict, the dictionaries are already in the binary
package.
Diffstat (limited to 'security/crack')
-rw-r--r-- | security/crack/PLIST | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/crack/PLIST b/security/crack/PLIST index eedf3ca5bdd..fda6a2d5214 100644 --- a/security/crack/PLIST +++ b/security/crack/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2005/09/22 20:58:50 bouyer Exp $ +@comment $NetBSD: PLIST,v 1.5 2005/09/22 21:15:38 bouyer Exp $ sbin/Crack sbin/Reporter share/crack/conf/dictrun.conf @@ -138,8 +138,7 @@ libexec/crack/xdawg libexec/crack/cracker libexec/crack/dictfilt libexec/crack/kickdict -@exec ${MKDIR} %D/share/crack/run -@exec %D/sbin/Crack -makedict +@unexec /bin/rm -rf %D/crack @unexec /bin/rm -rf %D/share/crack @unexec /bin/rm -rf %D/share/doc/crack @unexec /bin/rm -rf %D/share/libexec/crack |