diff options
author | wiz <wiz@pkgsrc.org> | 2002-12-03 09:44:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-12-03 09:44:12 +0000 |
commit | 97452fcc67a437a23f99ab9076e30fec0d99f044 (patch) | |
tree | cf4fb84604e35cfdc20c3635a228e2b6918b6991 /misc | |
parent | 8d7aad658a1bbdc2dc09f792b2fd1398cd1ef94b (diff) | |
download | pkgsrc-97452fcc67a437a23f99ab9076e30fec0d99f044.tar.gz |
mkdir share/icons unneeded -- will be created by tar/pax.
mkdirs are only needed for empty directories.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/blackbook/PLIST | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/blackbook/PLIST b/misc/blackbook/PLIST index e3561ddebe1..eb0d091f320 100644 --- a/misc/blackbook/PLIST +++ b/misc/blackbook/PLIST @@ -1,6 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/02 21:18:44 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/12/03 09:44:12 wiz Exp $ bin/blackbook -@exec ${MKDIR} %D/share/icons share/icons/book64.xpm share/icons/book48.xpm @unexec ${RMDIR} %D/share/icons 2>/dev/null || ${TRUE} |