diff options
author | asami <asami@FreeBSD.org> | 1996-10-16 16:55:37 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-10-16 16:55:37 +0800 |
commit | eaaf0bc3dab7456169923d0337ead1836d958673 (patch) | |
tree | 1aea1f6edc23c22daa430821dc53feab87b239b5 /misc | |
parent | 1aa2083225179c4b8e2eec012862fbd108d625c9 (diff) | |
download | freebsd-ports-gnome-eaaf0bc3dab7456169923d0337ead1836d958673.tar.gz freebsd-ports-gnome-eaaf0bc3dab7456169923d0337ead1836d958673.tar.zst freebsd-ports-gnome-eaaf0bc3dab7456169923d0337ead1836d958673.zip |
Upgrade to version 0.96. The author (that's me :) also converted
this port to use tcl-7.5/tk-4.1 instead of tcl-7.3/tk-3.6.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/kp/Makefile | 10 | ||||
-rw-r--r-- | misc/kp/distinfo | 2 |
2 files changed, 7 insertions, 5 deletions
diff --git a/misc/kp/Makefile b/misc/kp/Makefile index e2b1cad3b65c..aa3025d0612f 100644 --- a/misc/kp/Makefile +++ b/misc/kp/Makefile @@ -1,22 +1,24 @@ # New ports collection makefile for: kp -# Version required: 0.95 +# Version required: 0.96 # Date created: 8 May 1995 # Whom: asami # -# $Id: Makefile,v 1.3 1995/11/26 10:47:46 asami Exp $ +# $Id: Makefile,v 1.4 1996/03/21 12:50:15 asami Exp $ # -DISTNAME= kp-0.95 +DISTNAME= kp-0.96 CATEGORIES+= misc MASTER_SITES= ftp://stampede.cs.berkeley.edu/pub/kp/ MAINTAINER= asami@FreeBSD.org -RUN_DEPENDS= wish:${PORTSDIR}/x11/tk +RUN_DEPENDS= wish4.1:${PORTSDIR}/x11/tk41 USE_X11= yes post-install: +.if !defined(NOMANCOMPRESS) gzip -9nf ${PREFIX}/man/man1/kp.1 +.endif .include <bsd.port.mk> diff --git a/misc/kp/distinfo b/misc/kp/distinfo index ec57d896b45a..aaae16fab795 100644 --- a/misc/kp/distinfo +++ b/misc/kp/distinfo @@ -1 +1 @@ -MD5 (kp-0.95.tar.gz) = da79291166ba6f4cf22a165953cc0bf3 +MD5 (kp-0.96.tar.gz) = 19cd13b6970d9aeb1b3a0f33437536b8 |