diff options
author | wiz <wiz@pkgsrc.org> | 2017-11-15 22:19:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-11-15 22:19:44 +0000 |
commit | 7643582f7868a9515f0e7d86c806ddda0dc16ac5 (patch) | |
tree | 68fddcf28e07c9bff61491a7120a8386ed2d314d /misc/since | |
parent | 8ed56ecce0e899f54f2577c3aff8b53ffeadaf27 (diff) | |
download | pkgsrc-7643582f7868a9515f0e7d86c806ddda0dc16ac5.tar.gz |
since: comment out dead sites
Diffstat (limited to 'misc/since')
-rw-r--r-- | misc/since/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/since/Makefile b/misc/since/Makefile index 616fa61599d..df2be0b61ed 100644 --- a/misc/since/Makefile +++ b/misc/since/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.2 2012/10/08 09:57:37 asau Exp $ +# $NetBSD: Makefile,v 1.3 2017/11/15 22:19:44 wiz Exp $ DISTNAME= since-1.1 CATEGORIES= misc -MASTER_SITES= http://welz.org.za/projects/since/ +#MASTER_SITES= http://welz.org.za/projects/since/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://welz.org.za/projects/since +#HOMEPAGE= http://welz.org.za/projects/since COMMENT= Utility to monitor log files LICENSE= gnu-gpl-v3 |