diff options
author | tron <tron@pkgsrc.org> | 1999-08-10 17:43:55 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-08-10 17:43:55 +0000 |
commit | d7b743afef62f87f4ff6e12f4f292059d4e50f23 (patch) | |
tree | 1e1c1ebf8cd98f4c054ef5f459a056330c9e643b /misc/screen/Makefile | |
parent | 1fd530b9d29085c946470eba851f6f61d4106472 (diff) | |
download | pkgsrc-d7b743afef62f87f4ff6e12f4f292059d4e50f23.tar.gz |
Update "screen" package to version 3.9.3. Changes since version 3.9.2:
- small utmp fix
- BSD chflags fix
Diffstat (limited to 'misc/screen/Makefile')
-rw-r--r-- | misc/screen/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/screen/Makefile b/misc/screen/Makefile index 6c59b0d5006..a84805f577c 100644 --- a/misc/screen/Makefile +++ b/misc/screen/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.16 1999/08/10 09:18:01 agc Exp $ +# $NetBSD: Makefile,v 1.17 1999/08/10 17:43:55 tron Exp $ # FreeBSD Id: Makefile,v 1.17 1997/06/16 06:39:51 max Exp # -DISTNAME= screen-3.9.2 +DISTNAME= screen-3.9.3 CATEGORIES= misc MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \ ${MASTER_SITE_GNU:=screen/} |