diff options
author | asami <asami@FreeBSD.org> | 1997-06-17 15:45:12 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-06-17 15:45:12 +0800 |
commit | 0289eba63b09770d062b35cad2bce20cfb470ca2 (patch) | |
tree | 572007893e0c381bc407026dea33cb2e77f20337 /x11 | |
parent | fe0ccbf5d6b4eace39655e604db9e09136b9764e (diff) | |
download | freebsd-ports-gnome-0289eba63b09770d062b35cad2bce20cfb470ca2.tar.gz freebsd-ports-gnome-0289eba63b09770d062b35cad2bce20cfb470ca2.tar.zst freebsd-ports-gnome-0289eba63b09770d062b35cad2bce20cfb470ca2.zip |
Add empty line after comment section. Add space after first "#".
Found by: portlint
(Also add newline at end of file. That was done by vi.)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xfishtank/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/xfishtank/Makefile b/x11/xfishtank/Makefile index 2b745f85bdfc..e9f8bc3f443c 100644 --- a/x11/xfishtank/Makefile +++ b/x11/xfishtank/Makefile @@ -1,10 +1,11 @@ -#New ports collection makefile for: xfishtank +# New ports collection makefile for: xfishtank # Version required: 2.2 # Date created: 24th April 1997 # Whom: jacs # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/06/17 06:47:57 tg Exp $ # + DISTNAME= xfishtank-2.2 CATEGORIES= x11 MASTER_SITES= ftp://ftp.uni-koeln.de/windows/xcontrib/ @@ -18,4 +19,4 @@ NO_INSTALL_MANPAGES=yes post-patch: cd ${WRKDIR}/xfishtank2.0; make clean -.include <bsd.port.mk>
\ No newline at end of file +.include <bsd.port.mk> |