diff options
author | lukem <lukem@pkgsrc.org> | 2000-01-05 13:36:20 +0000 |
---|---|---|
committer | lukem <lukem@pkgsrc.org> | 2000-01-05 13:36:20 +0000 |
commit | 0dc20a686d5f12ef02284c57905a6ee82b8acd5d (patch) | |
tree | 9c12da9cdb8dfc04c0232dbcee78adfd63380a6a | |
parent | 88caa31ada8ee60fdab463d2532bddd845fc82fe (diff) | |
download | pkgsrc-0dc20a686d5f12ef02284c57905a6ee82b8acd5d.tar.gz |
replace `bin/${PKGNAME}' with `bin/screen-3.9.5', as the former doesn't work.
-rw-r--r-- | misc/screen/pkg/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/screen/pkg/PLIST b/misc/screen/pkg/PLIST index f173ce03696..27dcebacbea 100644 --- a/misc/screen/pkg/PLIST +++ b/misc/screen/pkg/PLIST @@ -1,6 +1,6 @@ -@comment $NetBSD: PLIST,v 1.13 1999/08/13 14:06:58 agc Exp $ +@comment $NetBSD: PLIST,v 1.14 2000/01/05 13:36:20 lukem Exp $ bin/screen -bin/${PKGNAME} +bin/screen-3.9.5 man/man1/screen.1 @unexec install-info --delete %D/info/screen.info %D/info/dir info/screen.info |