diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-13 19:19:05 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-13 19:19:05 +0000 |
commit | fe5426321afa29e8e557931a88fc18b5028ba6f8 (patch) | |
tree | e6d2be6ded13e95e962877648d4188b2b5aaffcf /x11/xfishtank | |
parent | ace86ed3bb577fdc21baa273aed749b14cf37e11 (diff) | |
download | ports-fe5426321afa29e8e557931a88fc18b5028ba6f8.tar.gz ports-fe5426321afa29e8e557931a88fc18b5028ba6f8.zip |
Notes
Diffstat (limited to 'x11/xfishtank')
-rw-r--r-- | x11/xfishtank/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/x11/xfishtank/Makefile b/x11/xfishtank/Makefile index 52396ba8e54e..cfa60ecdd4d0 100644 --- a/x11/xfishtank/Makefile +++ b/x11/xfishtank/Makefile @@ -1,20 +1,20 @@ # New ports collection makefile for: xfishtank -# Version required: 2.2 # Date created: 24th April 1997 # Whom: jacs # # $FreeBSD$ # -DISTNAME= xfishtank-2.2 -CATEGORIES= x11 -MASTER_SITES= ftp://ftp.uni-koeln.de/windows/xcontrib/ +PORTNAME= xfishtank +PORTVERSION= 2.2 +CATEGORIES= x11 +MASTER_SITES= ftp://ftp.uni-koeln.de/windows/xcontrib/ -MAINTAINER= jacs@gnome.co.uk +MAINTAINER= jacs@gnome.co.uk -USE_IMAKE= yes -WRKSRC= ${WRKDIR}/xfishtank2.0 -NO_INSTALL_MANPAGES=yes +USE_IMAKE= yes +WRKSRC= ${WRKDIR}/xfishtank2.0 +NO_INSTALL_MANPAGES= yes post-patch: cd ${WRKDIR}/xfishtank2.0; make clean |