diff options
author | wiz <wiz@pkgsrc.org> | 2000-09-01 14:39:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-09-01 14:39:51 +0000 |
commit | 296ddb961bbb815f630f7b9a53aeef52e1cc7176 (patch) | |
tree | 389f119b983e0c28c317dff3a3a8085907a4390b /misc/screen/Makefile | |
parent | 63bf11e969fab697257f0108bfc91afc525d155b (diff) | |
download | pkgsrc-296ddb961bbb815f630f7b9a53aeef52e1cc7176.tar.gz |
Fix security problem reported by Jouko Pynnönen <jouko@solutions.fi>
via Bill Sommerfeld. Step version to 3.9.5nb1. Minor pkgdelinting.
Will delete binary packages shortly.
Diffstat (limited to 'misc/screen/Makefile')
-rw-r--r-- | misc/screen/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/misc/screen/Makefile b/misc/screen/Makefile index f7228fc2e21..8dc3835ce7f 100644 --- a/misc/screen/Makefile +++ b/misc/screen/Makefile @@ -1,16 +1,19 @@ -# $NetBSD: Makefile,v 1.21 1999/09/03 15:44:42 tron Exp $ +# $NetBSD: Makefile,v 1.22 2000/09/01 14:39:51 wiz Exp $ # FreeBSD Id: Makefile,v 1.17 1997/06/16 06:39:51 max Exp # -DISTNAME= screen-3.9.5 +DISTNAME= screen-3.9.5 +PKGNAME= screen-3.9.5nb1 CATEGORIES= misc MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \ ${MASTER_SITE_GNU:=screen/} MAINTAINER= hubertf@netbsd.org +HOMEPAGE= http://www.gnu.org/software/screen/screen.html GNU_CONFIGURE= yes INFO_FILES= screen.info +PLIST_SUBST= DISTNAME=${DISTNAME} post-install: @${MKDIR} ${PREFIX}/share/examples/screen |