diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
commit | 51369898d389675759f44baed7961d59c8233c93 (patch) | |
tree | 8b4ec24d53e3f6345ace454c06ff938dbaf9a7a1 /www/comline | |
parent | 03f706620f3d8413ee3403771d9bc2bc73023978 (diff) | |
download | FreeBSD-ports-51369898d389675759f44baed7961d59c8233c93.zip FreeBSD-ports-51369898d389675759f44baed7961d59c8233c93.tar.gz |
Massive style enforcement - use ^I instead of spaces for variables identation.
Diffstat (limited to 'www/comline')
-rw-r--r-- | www/comline/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/comline/Makefile b/www/comline/Makefile index e170420..528939d 100644 --- a/www/comline/Makefile +++ b/www/comline/Makefile @@ -6,16 +6,16 @@ # PORTNAME= comline -PORTVERSION= 4.0D +PORTVERSION= 4.0D CATEGORIES= www -MASTER_SITES= ftp://ftp.w3.org/pub/old/comline/ \ +MASTER_SITES= ftp://ftp.w3.org/pub/old/comline/ \ ftp://ftp.w3.org/pub/libwww/old/ \ ftp://ftp-eu.w3.org/pub/old/comline/ \ ftp://ftp-eu.w3.org/pub/libwww/old/ -DISTFILES= w3c-libwww-4.0D.tar.gz \ +DISTFILES= w3c-libwww-4.0D.tar.gz \ w3c_4.0D_src.tar.gz -MAINTAINER= ache@freebsd.org +MAINTAINER= ache@freebsd.org WRKSRC= ${WRKDIR}/WWW |