diff options
author | Steve Price <steve@FreeBSD.org> | 1999-10-10 23:42:47 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-10-10 23:42:47 +0000 |
commit | 7c7090bbd4fab115aad77e1887390ebc88f2b6fa (patch) | |
tree | 3fc408fd20dfeb922fed3436962b650e56dfdc75 /graphics/xfractint/Makefile | |
parent | Use PKG_PREFIX in pkg/INSTALL instead of PREFIX so this will install (diff) |
Update to version 3.10.
PR: 14219
Submitted by: Ade Lovett <ade@lovett.com>
Diffstat (limited to 'graphics/xfractint/Makefile')
-rw-r--r-- | graphics/xfractint/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/xfractint/Makefile b/graphics/xfractint/Makefile index cd6476617404..4b74b5e5ff5a 100644 --- a/graphics/xfractint/Makefile +++ b/graphics/xfractint/Makefile @@ -1,19 +1,19 @@ # New ports collection makefile for: xfractint -# Version required: 3.04 +# Version required: 3.10 # Date created: 7 Sept 1995 # Whom: cacho@mexicano.gdl.iteso.mx # # $FreeBSD$ # -DISTNAME= xfrac304 -PKGNAME= xfractint-3.04 +DISTNAME= xfrac310 +PKGNAME= xfractint-3.10 CATEGORIES= graphics MASTER_SITES= ftp://ftp.phoenix.net/pub/USERS/twegner/ -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org +USE_ZIP= yes USE_XLIB= yes NO_WRKSUBDIR= yes MAN1= xfractint.1 |