diff options
author | wiz <wiz@pkgsrc.org> | 2006-07-08 06:33:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-07-08 06:33:56 +0000 |
commit | f5eca11daa55183e1b6dd546625520387ebef1d7 (patch) | |
tree | 049589e0d70048c978dfca92892790a1fcb1f612 /biology | |
parent | 78b5ebaedb2a0e3cc900a170df87fa4ff8c878ed (diff) | |
download | pkgsrc-f5eca11daa55183e1b6dd546625520387ebef1d7.tar.gz |
Remove share/fonts, if unused.
Diffstat (limited to 'biology')
-rw-r--r-- | biology/phylip/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/biology/phylip/PLIST b/biology/phylip/PLIST index 961e9657a04..d8948ce4287 100644 --- a/biology/phylip/PLIST +++ b/biology/phylip/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2005/05/07 20:46:16 kristerw Exp $ +@comment $NetBSD: PLIST,v 1.4 2006/07/08 06:33:56 wiz Exp $ bin/clique bin/consense bin/contml @@ -85,3 +85,4 @@ share/fonts/phylip/font4 share/fonts/phylip/font5 share/fonts/phylip/font6 @dirrm share/fonts/phylip +@unexec ${RMDIR} %D/share/fonts 2> /dev/null || ${TRUE} |