1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/x11/xfishtank/Makefile
Satoshi Asami 856cbdda13 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.)
1997-06-17 07:45:12 +00:00

23 lines
507 B
Makefile

# New ports collection makefile for: xfishtank
# Version required: 2.2
# Date created: 24th April 1997
# Whom: jacs
#
# $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/
MAINTAINER= jacs@gnome.co.uk
USE_IMAKE= yes
WRKSRC= ${WRKDIR}/xfishtank2.0
NO_INSTALL_MANPAGES=yes
post-patch:
cd ${WRKDIR}/xfishtank2.0; make clean
.include <bsd.port.mk>