diff options
author | erich <erich@FreeBSD.org> | 1996-08-01 20:38:11 +0000 |
---|---|---|
committer | erich <erich@FreeBSD.org> | 1996-08-01 20:38:11 +0000 |
commit | d968b946aa4c71e4dcc31ea627ea4e5b67904abd (patch) | |
tree | e83ec122c595d6434c92d6646e63360dc316f7b2 /graphics/xmfract | |
parent | 9ccf82b4f444b055cd142e976e1de62133c0b7fc (diff) | |
download | FreeBSD-ports-d968b946aa4c71e4dcc31ea627ea4e5b67904abd.zip FreeBSD-ports-d968b946aa4c71e4dcc31ea627ea4e5b67904abd.tar.gz |
minor little cleanup that slipped through the crack.
Diffstat (limited to 'graphics/xmfract')
-rw-r--r-- | graphics/xmfract/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/xmfract/Makefile b/graphics/xmfract/Makefile index e49d831..b3f14db 100644 --- a/graphics/xmfract/Makefile +++ b/graphics/xmfract/Makefile @@ -3,11 +3,10 @@ # Date created: Thu Aug 1 09:10:22 CDT 1996 # Whom: erich@FreeBSD.org # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/08/01 20:27:52 erich Exp $ # DISTNAME= xmfract_1.4 -#EXTRACT_SUFX= _1.4.tar.gz PKGNAME= xmfract-1.4 CATEGORIES+= graphics MASTER_SITES= ftp://ftp.x.org/contrib/graphics/ |