diff options
Diffstat (limited to 'graphics/xfractint/Makefile')
-rw-r--r-- | graphics/xfractint/Makefile | 10 |
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> |