diff options
author | pat <pat@FreeBSD.org> | 2002-07-26 06:53:13 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-07-26 06:53:13 +0800 |
commit | 4381a743c9bc7e9e19660b250d3e66fff3d27338 (patch) | |
tree | fd32f9b75d9e67a5edced115366d3592821b22ac /sysutils/ticker.app | |
parent | fc4a1c4187b55e52d3a56aa3d7b1e8ea691b893b (diff) | |
download | freebsd-ports-graphics-4381a743c9bc7e9e19660b250d3e66fff3d27338.tar.gz freebsd-ports-graphics-4381a743c9bc7e9e19660b250d3e66fff3d27338.tar.zst freebsd-ports-graphics-4381a743c9bc7e9e19660b250d3e66fff3d27338.zip |
- 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)
Diffstat (limited to 'sysutils/ticker.app')
-rw-r--r-- | sysutils/ticker.app/Makefile | 7 | ||||
-rw-r--r-- | sysutils/ticker.app/pkg-descr | 2 |
2 files changed, 2 insertions, 7 deletions
diff --git a/sysutils/ticker.app/Makefile b/sysutils/ticker.app/Makefile index 9eab6ed86ea..03cd3a24d6f 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 6cc3adae109..9a3e652ba8b 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> |