diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-25 20:21:17 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-25 20:21:17 +0000 |
commit | 06fdd237c6a0068b3a7393cbd8fa0b4e1c8151ed (patch) | |
tree | 1a1c86a29ee17e2afec5fdef1779ae5fa023d780 /graphics/xmandel | |
parent | 415cfc8efd11fa34633ad8a6f147bb0fe61697a6 (diff) | |
download | ports-06fdd237c6a0068b3a7393cbd8fa0b4e1c8151ed.tar.gz ports-06fdd237c6a0068b3a7393cbd8fa0b4e1c8151ed.zip |
Notes
Diffstat (limited to 'graphics/xmandel')
-rw-r--r-- | graphics/xmandel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/xmandel/Makefile b/graphics/xmandel/Makefile index c27330facfc0..70e74f8d289a 100644 --- a/graphics/xmandel/Makefile +++ b/graphics/xmandel/Makefile @@ -3,7 +3,7 @@ # Date created: 18 October 1996 # Whom: andreas@marvin.robin.de # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/11/15 10:22:03 asami Exp $ # DISTNAME= xmandel @@ -18,6 +18,7 @@ EXTRACT_CMD= sh EXTRACT_BEFORE_ARGS= USE_IMAKE= yes NO_WRKSUBDIR= yes +MAN1= xmandel.1 MAINTAINER= andreas@marvin.robin.de |