diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 10:48:02 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 10:48:02 +0000 |
commit | c99c6009443219fbcb10c1baf7b6d0c93975f58a (patch) | |
tree | 979eeecc24182fdbefd4b376f9c47b344f7780cb /graphics/xmandel/Makefile | |
parent | d71114c35729e19851c733866522ab6acd7f64ec (diff) |
Notes
Diffstat (limited to 'graphics/xmandel/Makefile')
-rw-r--r-- | graphics/xmandel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/xmandel/Makefile b/graphics/xmandel/Makefile index efe4783ece37..e4cb17348fb7 100644 --- a/graphics/xmandel/Makefile +++ b/graphics/xmandel/Makefile @@ -1,18 +1,18 @@ # New ports collection makefile for: xmandel -# Version required: 1.00 # Date created: 18 October 1996 # Whom: andreas@marvin.robin.de # # $FreeBSD$ # -DISTNAME= xmandel -PKGNAME= xmandel-1.0 +PORTNAME= xmandel +PORTVERSION= 1.0 CATEGORIES= graphics MASTER_SITES= ftp://ftp.cray.com/src/graphics/xmandel/ EXTRACT_SUFX= .shar # The README says the location is ftp.cray.com:/usr/ftp/src/graphics/xmandel, # but this has changed apparently. +DISTNAME= ${PORTNAME} EXTRACT_CMD= sh EXTRACT_BEFORE_ARGS= # empty |