diff options
author | flathill <flathill@FreeBSD.org> | 1999-10-13 22:31:22 +0800 |
---|---|---|
committer | flathill <flathill@FreeBSD.org> | 1999-10-13 22:31:22 +0800 |
commit | a210bd9f0307a7db4d924eadd3372a92de0de30a (patch) | |
tree | 44642dcad1242bd0c1157db07091ae0513cb398c /graphics/xfractint/Makefile | |
parent | eeb4f088f2efe3b43bf2a9650dbedb36da2a1462 (diff) | |
download | freebsd-ports-gnome-a210bd9f0307a7db4d924eadd3372a92de0de30a.tar.gz freebsd-ports-gnome-a210bd9f0307a7db4d924eadd3372a92de0de30a.tar.zst freebsd-ports-gnome-a210bd9f0307a7db4d924eadd3372a92de0de30a.zip |
Added secondary site to MASTER_SITES
Fixed some files to respect X11BASE/CC properly
Switched install path of data files from lib/ to share/
Added WWW: line into pkg/DESCR
PR: 14289
Submitted by: tkato@prontomail.ne.jp
Diffstat (limited to 'graphics/xfractint/Makefile')
-rw-r--r-- | graphics/xfractint/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/graphics/xfractint/Makefile b/graphics/xfractint/Makefile index 4b74b5e5ff5a..cae5de670d44 100644 --- a/graphics/xfractint/Makefile +++ b/graphics/xfractint/Makefile @@ -1,15 +1,16 @@ -# New ports collection makefile for: xfractint -# Version required: 3.10 -# Date created: 7 Sept 1995 -# Whom: cacho@mexicano.gdl.iteso.mx +# New ports collection makefile for: xfractint +# Version required: 3.10 +# Date created: 7 Sept 1995 +# Whom: cacho@mexicano.gdl.iteso.mx # # $FreeBSD$ # -DISTNAME= xfrac310 +DISTNAME= xfrac310 PKGNAME= xfractint-3.10 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.phoenix.net/pub/USERS/twegner/ +MASTER_SITES= ftp://ftp.phoenix.net/pub/USERS/twegner/ \ + http://spanky.triumf.ca/pub/fractals/programs/unix/ MAINTAINER= ports@FreeBSD.org |