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/kp/Makefile | |
parent | Converted 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/kp/Makefile')
-rw-r--r-- | misc/kp/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/misc/kp/Makefile b/misc/kp/Makefile index 2bebc5916bd6..f38a48c5a739 100644 --- a/misc/kp/Makefile +++ b/misc/kp/Makefile @@ -3,7 +3,7 @@ # Date created: 8 May 1995 # Whom: asami # -# $Id: Makefile,v 1.5 1996/10/16 08:55:30 asami Exp $ +# $Id: Makefile,v 1.6 1996/11/11 05:49:40 obrien Exp $ # DISTNAME= kp-0.96 @@ -15,10 +15,6 @@ MAINTAINER= asami@FreeBSD.org RUN_DEPENDS= wish4.1:${PORTSDIR}/x11/tk41 USE_X11= yes - -post-install: -.if !defined(NOMANCOMPRESS) - gzip -9nf ${PREFIX}/man/man1/kp.1 -.endif +MAN1= kp.1 .include <bsd.port.mk> |