diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2007-08-26 13:10:43 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2007-08-26 13:10:43 +0000 |
commit | f01910dadd58a1fe70f61eb5ea454c1a8b99db69 (patch) | |
tree | 0e38dc69fec9bd8883b041f0404843ad96d9b2b2 /misc/since | |
parent | 333ccdd6983ec202ebc538693b31c50e29b69cae (diff) | |
download | ports-f01910dadd58a1fe70f61eb5ea454c1a8b99db69.tar.gz ports-f01910dadd58a1fe70f61eb5ea454c1a8b99db69.zip |
Notes
Diffstat (limited to 'misc/since')
-rw-r--r-- | misc/since/Makefile | 4 | ||||
-rw-r--r-- | misc/since/pkg-descr | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/misc/since/Makefile b/misc/since/Makefile index a29343049323..9301e083f9aa 100644 --- a/misc/since/Makefile +++ b/misc/since/Makefile @@ -8,8 +8,8 @@ PORTNAME= since PORTVERSION= 0.5 CATEGORIES= misc -MASTER_SITES= http://fresh.t-systems-sfr.com/linux/src/ \ - http://www.goodking.ca/pub/files/ +MASTER_SITES= http://welz.org.za/projects/since/ \ + http://fresh.t-systems-sfr.com/linux/src/ MAINTAINER= tabthorpe@FreeBSD.org COMMENT= View the end of a file like tail(1), but save state between sessions diff --git a/misc/since/pkg-descr b/misc/since/pkg-descr index 4650a5894dc8..1a2f85ba84b1 100644 --- a/misc/since/pkg-descr +++ b/misc/since/pkg-descr @@ -5,3 +5,5 @@ Paraphrasing since(1): since the last time since was run. If since has not been run before, the entire file is displayed. since is useful for watching over log files. + +WWW: http://welz.org.za/projects/since |