diff options
author | Torsten Blum <torstenb@FreeBSD.org> | 1996-10-14 22:09:10 +0000 |
---|---|---|
committer | Torsten Blum <torstenb@FreeBSD.org> | 1996-10-14 22:09:10 +0000 |
commit | df57bab0e5258b5b65fd2273f4fc3d18751c8e64 (patch) | |
tree | 36aba3218547e54e891139c33c7bdf822d153aa2 | |
parent | def9ab7a1ffacc1cfcdaa04964b37897666ae960 (diff) | |
download | ports-df57bab0e5258b5b65fd2273f4fc3d18751c8e64.tar.gz ports-df57bab0e5258b5b65fd2273f4fc3d18751c8e64.zip |
Notes
-rw-r--r-- | sysutils/tua/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/tua/Makefile b/sysutils/tua/Makefile index f4a037bf918e..ebcd97c4fb78 100644 --- a/sysutils/tua/Makefile +++ b/sysutils/tua/Makefile @@ -3,7 +3,7 @@ # Date created: 11 Feb. 1995 # Whom: torstenb # -# $Id: Makefile,v 1.6 1995/05/06 11:37:59 torstenb Exp $ +# $Id: Makefile,v 1.7 1995/07/13 01:21:29 asami Exp $ # DISTNAME= tua-4.0 @@ -15,6 +15,8 @@ MAINTAINER= torstenb@FreeBSD.ORG GNU_CONFIGURE= yes post-install: +.if !defined(NOMANCOMPRESS) gzip -9nf ${PREFIX}/man/man1/tua.1 +.endif .include <bsd.port.mk> |