diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-17 09:06:37 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-17 09:06:37 +0000 |
commit | ba89702285635efd977f4f66089dd18d020ff48d (patch) | |
tree | 5ac228ab59601ee1651bdf611d53f7184b44129a /misc/tkman/Makefile | |
parent | aba15b1de022e16cfa9cd14e2c1b6b28bd042ef9 (diff) | |
download | FreeBSD-ports-ba89702285635efd977f4f66089dd18d020ff48d.zip FreeBSD-ports-ba89702285635efd977f4f66089dd18d020ff48d.tar.gz |
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 05f80a3..7ecce21 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> |