summaryrefslogtreecommitdiff
path: root/graphics/xfractint
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-18 11:44:27 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-18 11:44:27 +0000
commit300c45cf2e488b0b4bef726272d1259f14ae8ed9 (patch)
tree842a2dc4580fa0370f28faca34d61ab06c735859 /graphics/xfractint
parentRemove spurious ^M at end of lines. (diff)
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Notes
Notes: svn path=/head/; revision=4575
Diffstat (limited to 'graphics/xfractint')
-rw-r--r--graphics/xfractint/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/graphics/xfractint/Makefile b/graphics/xfractint/Makefile
index c189cc0fffc4..59a2d61a6359 100644
--- a/graphics/xfractint/Makefile
+++ b/graphics/xfractint/Makefile
@@ -3,12 +3,12 @@
# Date created: 7 Sept 1995
# Whom: cacho@mexicano.gdl.iteso.mx
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1995/09/09 04:21:56 asami Exp $
#
DISTNAME= xfract300
PKGNAME= xfractint-3.00
-CATEGORIES+= graphics
+CATEGORIES= graphics
MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/sprite/
EXTRACT_SUFX= .shar.Z
@@ -16,10 +16,6 @@ EXTRACT_CMD= zcat
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS= |sh
NO_WRKSUBDIR= yes
-
-post-install:
-.if !defined(NOMANCOMPRESS)
- gzip -9nf ${PREFIX}/man/man1/xfractint.1
-.endif
+MAN1= xfractint.1
.include <bsd.port.mk>