diff options
author | taca <taca@pkgsrc.org> | 2004-04-03 17:01:03 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2004-04-03 17:01:03 +0000 |
commit | d7da8468a0307f97447d97305f76e34374e07281 (patch) | |
tree | bd328227d341a78e994aa49bd927cd65eb1d86fa /x11/kterm/Makefile | |
parent | 61d42de13d6038440b02ea93f3ed7a90a4d6a534 (diff) | |
download | pkgsrc-d7da8468a0307f97447d97305f76e34374e07281.tar.gz |
- Add missing initialzation of VMIN and VTIME member of termios's c_cc
array as xterm(1) do.
- PATCHFILES should be simply assigned not additonaly in PATCH_SITES
section.
- Add empty HOMEPAGE.
Bump PACKAGEREVISION.
Diffstat (limited to 'x11/kterm/Makefile')
-rw-r--r-- | x11/kterm/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/kterm/Makefile b/x11/kterm/Makefile index 117be515240..fd67988752b 100644 --- a/x11/kterm/Makefile +++ b/x11/kterm/Makefile @@ -1,16 +1,17 @@ -# $NetBSD: Makefile,v 1.28 2004/01/03 18:49:59 reed Exp $ +# $NetBSD: Makefile,v 1.29 2004/04/03 17:01:03 taca Exp $ DISTNAME= kterm-6.2.0 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/} # the following patch includes NFS xauth patch, and kamo's wd0.2 patch. PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ -PATCHFILES+= kterm-620-0213-20030825.diff.gz +PATCHFILES= kterm-620-0213-20030825.diff.gz PATCH_DIST_STRIP= -p1 MAINTAINER= sakamoto@NetBSD.org +HOMEPAGE= # none COMMENT= Multi-lingual terminal emulator for X USE_BUILDLINK2= YES |