diff options
author | wiz <wiz@pkgsrc.org> | 2001-06-05 22:32:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-06-05 22:32:40 +0000 |
commit | 64d36b96f5a5ed3e76c6ea68d051d88dde3d8d97 (patch) | |
tree | 3aff68d0556a3aa3f78fc9f6fffd2a3b323fae21 /www/arena/pkg | |
parent | 37065f8cafa34cebfab623d59b2f9de9cfe7b0d5 (diff) | |
download | pkgsrc-64d36b96f5a5ed3e76c6ea68d051d88dde3d8d97.tar.gz |
Remove some unexec's for share/locale that are now created by default.
Diffstat (limited to 'www/arena/pkg')
-rw-r--r-- | www/arena/pkg/PLIST | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/arena/pkg/PLIST b/www/arena/pkg/PLIST index 9dbfadd6baa..d1175d66707 100644 --- a/www/arena/pkg/PLIST +++ b/www/arena/pkg/PLIST @@ -1,8 +1,6 @@ -@comment $NetBSD: PLIST,v 1.5 2000/02/06 03:49:50 fredb Exp $ +@comment $NetBSD: PLIST,v 1.6 2001/06/05 22:32:40 wiz Exp $ bin/arena share/examples/arenarc @exec if [ ! -f ${LOCALBASE}/etc/arenarc ]; then cp %D/share/examples/arenarc ${LOCALBASE}/etc/; fi man/man1/arena.1 share/locale/en/LC_MESSAGES/Arena.gmo -@unexec (rmdir %D/share/locale/en/LC_MESSAGES 2>/dev/null || true) -@unexec (rmdir %D/share/locale/en 2>/dev/null || true) |