diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-10-17 08:27:57 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-10-17 08:27:57 +0000 |
commit | 828f6aa1477bacbefa74ae5a764516bc4ec8e9f4 (patch) | |
tree | a9de7e7ec2e2ca5dc752c43093e68658f468d818 /www/weblint | |
parent | Added weblint. (diff) |
A little cleanup.
Diffstat (limited to 'www/weblint')
-rw-r--r-- | www/weblint/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/weblint/Makefile b/www/weblint/Makefile index e0cb8949322a..c7fc872b7c14 100644 --- a/www/weblint/Makefile +++ b/www/weblint/Makefile @@ -3,12 +3,13 @@ # Date created: Oct 14, 1995 # Whom: pst # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1995/10/14 23:13:48 pst Exp $ # DISTNAME= weblint-1.011 -MASTER_SITES= ftp://ftp.khoral.com/pub/perl/www/ CATEGORIES+= www -MAINTAINER= pst +MASTER_SITES= ftp://ftp.khoral.com/pub/perl/www/ + +MAINTAINER= pst@FreeBSD.ORG .include <bsd.port.mk> |