Index: head/sysutils/ticker.app/pkg-plist =================================================================== --- head/sysutils/ticker.app/pkg-plist (revision 160739) +++ head/sysutils/ticker.app/pkg-plist (nonexistent) @@ -1,4 +0,0 @@ -bin/ticker.app -%%PORTDOCS%%share/doc/ticker.app/ChangeLog -%%PORTDOCS%%share/doc/ticker.app/README -%%PORTDOCS%%@dirrm share/doc/ticker.app Property changes on: head/sysutils/ticker.app/pkg-plist ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.2 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/sysutils/ticker.app/Makefile =================================================================== --- head/sysutils/ticker.app/Makefile (revision 160739) +++ head/sysutils/ticker.app/Makefile (revision 160740) @@ -1,31 +1,34 @@ # New ports collection makefile for: ticker.app # Date created: Sun Oct 14 15:14:24 EDT 2001 # Whom: Patrick Li # # $FreeBSD$ # PORTNAME= ticker.app PORTVERSION= 0.5.0 CATEGORIES= sysutils windowmaker -MASTER_SITES= http://www.sh.rim.or.jp/~ssato/src/ +MASTER_SITES= http://seiichisato.jp/dockapps/src/ MAINTAINER= ports@FreeBSD.org COMMENT= Ticker dockapp for Window Maker USE_BZIP2= yes USE_X_PREFIX= yes USE_XPM= yes +USE_GNOME= gnometarget GNU_CONFIGURE= yes -CONFIGURE_ARGS= --program-prefix="" MAN1= ticker.app.1 +PORTDOCS= ChangeLog README +PLIST_FILES= bin/ticker.app post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/ChangeLog \ - ${DOCSDIR} +.for file in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} +.endfor .endif .include Property changes on: head/sysutils/ticker.app/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/sysutils/ticker.app/pkg-descr =================================================================== --- head/sysutils/ticker.app/pkg-descr (revision 160739) +++ head/sysutils/ticker.app/pkg-descr (revision 160740) @@ -1,7 +1,7 @@ Ticker.app is just like a ticker. It reads a file that is specified 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/dockapp/index.shtml#ticker.app -Author: Seiichi SATO +WWW: http://seiichisato.jp/dockapps/#wmmemmon +Author: Seiichi SATO Property changes on: head/sysutils/ticker.app/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property