diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-05 23:01:15 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-05 23:01:15 +0000 |
commit | a4cbc72f584185583e33b49017522a326a053ef4 (patch) | |
tree | 4e07c14183f81fa76b20edb581fa96f647d4e8fe /misc/screen/PLIST | |
parent | ab9e528a14707beb99c9d6a4c2e72fdae33dab0c (diff) | |
download | pkgsrc-a4cbc72f584185583e33b49017522a326a053ef4.tar.gz |
List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR.
Diffstat (limited to 'misc/screen/PLIST')
-rw-r--r-- | misc/screen/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/screen/PLIST b/misc/screen/PLIST index 00563572a61..86af6b5a4d9 100644 --- a/misc/screen/PLIST +++ b/misc/screen/PLIST @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST,v 1.8 2005/12/28 17:53:24 reed Exp $ +@comment $NetBSD: PLIST,v 1.9 2006/04/05 23:01:16 jlam Exp $ bin/screen bin/${DISTNAME} +info/screen.info man/man1/screen.1 @unexec if [ -f %D/bin/screen.old ]; then ${RM} -f %D/bin/screen.old ; fi share/examples/screen/etcscreenrc |