diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-06-17 07:45:12 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-06-17 07:45:12 +0000 |
commit | 856cbdda13cd06ea4a4a631c8190ed9a670813ff (patch) | |
tree | d68ecbcd2ccf3dba75a516d265a56b8093491451 /x11 | |
parent | Add `.' to end of info dir entry. (diff) |
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.)
Notes
Notes:
svn path=/head/; revision=6979
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> |