summaryrefslogtreecommitdiff
path: root/sysutils/ticker.app
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-07-25 22:53:13 +0000
committerPatrick Li <pat@FreeBSD.org>2002-07-25 22:53:13 +0000
commit3b8e40d1309dd9fe397193f0283e4585e592b864 (patch)
treed59afd24ca146f4c68910a7ffa9d471a046eb6be /sysutils/ticker.app
parentFix manpage generation. (diff)
- Use bzip'd tarballs because of reduce size (some)
- Update WWW (some) - Do not resort to patching configure script (perl substitution) to fix the program-prefix issue (some)
Notes
Notes: svn path=/head/; revision=63572
Diffstat (limited to 'sysutils/ticker.app')
-rw-r--r--sysutils/ticker.app/Makefile7
-rw-r--r--sysutils/ticker.app/pkg-descr2
2 files changed, 2 insertions, 7 deletions
diff --git a/sysutils/ticker.app/Makefile b/sysutils/ticker.app/Makefile
index 9eab6ed86eaf..03cd3a24d6f0 100644
--- a/sysutils/ticker.app/Makefile
+++ b/sysutils/ticker.app/Makefile
@@ -16,15 +16,10 @@ USE_BZIP2= yes
USE_X_PREFIX= yes
USE_XPM= yes
GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --program-prefix=""
MAN1= ticker.app.1
-pre-patch:
-.for dir in src doc .
- @${PERL} -pi -e 's|\@program_transform_name\@||' \
- ${WRKSRC}/${dir}/Makefile.in
-.endfor
-
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
diff --git a/sysutils/ticker.app/pkg-descr b/sysutils/ticker.app/pkg-descr
index 6cc3adae1098..9a3e652ba8b9 100644
--- a/sysutils/ticker.app/pkg-descr
+++ b/sysutils/ticker.app/pkg-descr
@@ -3,5 +3,5 @@ by the command line, and displays each line in a viewing area
periodically. It rereads automatically when the file has been
modified. If you run in a tail-mode, it ticks only the last line.
-WWW: http://www.sh.rim.or.jp/~ssato/ticker-e.html
+WWW: http://www.sh.rim.or.jp/~ssato/dockapp/index.shtml#ticker.app
Author: Seiichi SATO <ssato@sh.rim.or.jp>