summaryrefslogtreecommitdiff
path: root/www/arena/pkg
diff options
context:
space:
mode:
authorfredb <fredb>2000-02-06 03:49:47 +0000
committerfredb <fredb>2000-02-06 03:49:47 +0000
commit8cdf71e0852193d5a26e1990f204f602df1db604 (patch)
tree4453bc5378c9da5344ed2d5a6586858ae46abced /www/arena/pkg
parent58202b238019e420dd4aac827cea2428e6d5dcf8 (diff)
downloadpkgsrc-8cdf71e0852193d5a26e1990f204f602df1db604.tar.gz
- -Install only example "arenarc" into ${PREFIX}/share/Arena, with working
global "arenarc" copied to ${LOCALBASE}/etc, unless it exists already. - -Fix "fly-by"'s, otherwise known as pop-up help, or "tool-tips". In particular, disable the the insane heuristic that caused the delay to increase by one second with each use on systems where setitimer() has 1s resolution (NetBSD). Prior, it appeared to me that the fly-by's only worked once or twice, but then never again. - -Clean up package Makefile. - -Work all patches to configure into configure.in, and regenerate configure with "autoconf". cvs: ----------------------------------------------------------------------
Diffstat (limited to 'www/arena/pkg')
-rw-r--r--www/arena/pkg/PLIST6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/arena/pkg/PLIST b/www/arena/pkg/PLIST
index 2545e2ddfff..9dbfadd6baa 100644
--- a/www/arena/pkg/PLIST
+++ b/www/arena/pkg/PLIST
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.4 1999/10/14 07:27:36 fredb Exp $
+@comment $NetBSD: PLIST,v 1.5 2000/02/06 03:49:50 fredb 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/Arena/arenarc
-@dirrm share/Arena
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)