diff options
author | wiz <wiz> | 2006-07-08 06:33:56 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-07-08 06:33:56 +0000 |
commit | e76b64adde88b178d8df622048a9f78d27d1193c (patch) | |
tree | 049589e0d70048c978dfca92892790a1fcb1f612 /biology | |
parent | bb64f91c85d5b22bfa9ae83dcb5282ee930a426b (diff) | |
download | pkgsrc-e76b64adde88b178d8df622048a9f78d27d1193c.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} |