diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
commit | 55d005face1453b1b4a2060d200b23e7a8724bc6 (patch) | |
tree | 57df8a2140bcfbf3d9340091e7c6cadd742f8b85 /graphics/xfractint/Makefile | |
parent | e17062778b44808fb41055bba34741677ec69abc (diff) | |
download | FreeBSD-ports-55d005face1453b1b4a2060d200b23e7a8724bc6.zip FreeBSD-ports-55d005face1453b1b4a2060d200b23e7a8724bc6.tar.gz |
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
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 c189cc0..59a2d61 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> |