diff options
author | asami <asami@FreeBSD.org> | 1995-10-17 16:27:57 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-10-17 16:27:57 +0800 |
commit | 9a5b30c5e14e85bb5ba36ba6c44130ca6679e967 (patch) | |
tree | 97241632e1ae365b184032850c92b1486f987b96 /www/weblint | |
parent | fa016403080875418547b70f9f4624c5577f8029 (diff) | |
download | freebsd-ports-gnome-9a5b30c5e14e85bb5ba36ba6c44130ca6679e967.tar.gz freebsd-ports-gnome-9a5b30c5e14e85bb5ba36ba6c44130ca6679e967.tar.zst freebsd-ports-gnome-9a5b30c5e14e85bb5ba36ba6c44130ca6679e967.zip |
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> |