summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorTorsten Blum <torstenb@FreeBSD.org>1996-10-14 22:09:10 +0000
committerTorsten Blum <torstenb@FreeBSD.org>1996-10-14 22:09:10 +0000
commitdf57bab0e5258b5b65fd2273f4fc3d18751c8e64 (patch)
tree36aba3218547e54e891139c33c7bdf822d153aa2 /sysutils
parentDeal with "cc -version" reporting "2.7.2.1" or any other junk that might (diff)
make gzip in post-install: target to depend on NOMANCOMPRESS.
Submitted by: max (long time ago)
Notes
Notes: svn path=/head/; revision=3974
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/tua/Makefile4
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>