diff options
Diffstat (limited to 'sysutils/tua/Makefile')
-rw-r--r-- | sysutils/tua/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/sysutils/tua/Makefile b/sysutils/tua/Makefile index ebcd97c4fb78..ea48b47be165 100644 --- a/sysutils/tua/Makefile +++ b/sysutils/tua/Makefile @@ -3,20 +3,16 @@ # Date created: 11 Feb. 1995 # Whom: torstenb # -# $Id: Makefile,v 1.7 1995/07/13 01:21:29 asami Exp $ +# $Id: Makefile,v 1.8 1996/10/14 22:09:10 torstenb Exp $ # DISTNAME= tua-4.0 -CATEGORIES+= sysutils +CATEGORIES= sysutils MASTER_SITES= ftp://itnsg1.cineca.it/pub/local/tua/ MAINTAINER= torstenb@FreeBSD.ORG GNU_CONFIGURE= yes - -post-install: -.if !defined(NOMANCOMPRESS) - gzip -9nf ${PREFIX}/man/man1/tua.1 -.endif +MAN1= tua.1 .include <bsd.port.mk> |