diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 09:06:37 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 09:06:37 +0000 |
commit | 090316dbc14c2b14673d0d368ec85d09c5841a39 (patch) | |
tree | d6c413c3547e857d6c61c3d887298be79b3ea7e1 /misc/tkman/Makefile | |
parent | Converted to MAN[1-8] (diff) |
Converted to MAN[1-8]
Converted p5* to use MASTER_SITE_PERL_CPAN
Diffstat (limited to 'misc/tkman/Makefile')
-rw-r--r-- | misc/tkman/Makefile | 8 |
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> |