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 /net/rinetd | |
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 'net/rinetd')
-rw-r--r-- | net/rinetd/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/rinetd/Makefile b/net/rinetd/Makefile index 09be0e2..8634f8a0 100644 --- a/net/rinetd/Makefile +++ b/net/rinetd/Makefile @@ -7,15 +7,15 @@ PORTNAME= rinetd PORTVERSION= 0.61 -CATEGORIES= net -MASTER_SITES= ftp://ftp.boutell.com/pub/boutell/rinetd/ +CATEGORIES= net +MASTER_SITES= ftp://ftp.boutell.com/pub/boutell/rinetd/ DISTNAME= rinetd -MAINTAINER= veers@disturbed.net +MAINTAINER= veers@disturbed.net WRKSRC= ${WRKDIR}/rinetd/ -MAN8= rinetd.8 +MAN8= rinetd.8 post-install: ${MKDIR} ${PREFIX}/share/doc/rinetd |