summaryrefslogtreecommitdiff
path: root/misc/tkman
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 09:06:37 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 09:06:37 +0000
commit090316dbc14c2b14673d0d368ec85d09c5841a39 (patch)
treed6c413c3547e857d6c61c3d887298be79b3ea7e1 /misc/tkman
parentConverted to MAN[1-8] (diff)
Converted to MAN[1-8]
Converted p5* to use MASTER_SITE_PERL_CPAN
Notes
Notes: svn path=/head/; revision=4541
Diffstat (limited to 'misc/tkman')
-rw-r--r--misc/tkman/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/misc/tkman/Makefile b/misc/tkman/Makefile
index 05f80a3c42fa..7ecce211a2cd 100644
--- a/misc/tkman/Makefile
+++ b/misc/tkman/Makefile
@@ -3,7 +3,7 @@
# Date created: 27 Dec 1994
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
#
-# $Id: Makefile,v 1.18 1996/11/11 05:50:17 obrien Exp $
+# $Id: Makefile,v 1.19 1996/11/11 07:53:07 tg Exp $
#
DISTNAME= tkman-1.8
@@ -18,10 +18,6 @@ RUN_DEPENDS= rman:${PORTSDIR}/misc/rman \
glimpse:${PORTSDIR}/misc/glimpse
NO_CDROM= yes # Don't sell for profit
-
-post-install:
-.if !defined(NOMANCOMPRESS)
- gzip -9nf ${PREFIX}/man/man1/tkman.1
-.endif
+MAN1= tkman.1
.include <bsd.port.mk>