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 | 09c65e62db152cd236d8e7fa9800d6ca5dbcb65c (patch) | |
tree | 4e07c14183f81fa76b20edb581fa96f647d4e8fe /misc/screen | |
parent | c62f4447139d60847f6f557717e45350a31756f9 (diff) | |
download | pkgsrc-09c65e62db152cd236d8e7fa9800d6ca5dbcb65c.tar.gz |
List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR.
Diffstat (limited to 'misc/screen')
-rw-r--r-- | misc/screen/Makefile | 4 | ||||
-rw-r--r-- | misc/screen/PLIST | 3 | ||||
-rw-r--r-- | misc/screen/PLIST.SunOS | 3 |
3 files changed, 6 insertions, 4 deletions
diff --git a/misc/screen/Makefile b/misc/screen/Makefile index 9cc33e51cd0..03f819d0d7b 100644 --- a/misc/screen/Makefile +++ b/misc/screen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2006/01/19 02:01:18 joerg Exp $ +# $NetBSD: Makefile,v 1.66 2006/04/05 23:01:16 jlam Exp $ DISTNAME= screen-4.0.2 PKGREVISION= 4 @@ -14,7 +14,6 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews NOT_FOR_PLATFORM= Interix-*-* # user auth and username size fixes needed -INFO_FILES= screen.info PLIST_SUBST+= DISTNAME=${DISTNAME:Q} GNU_CONFIGURE= yes @@ -22,6 +21,7 @@ CONFIGURE_ARGS+= --with-sys-screenrc=${PKG_SYSCONFDIR}/screenrc CONFIGURE_ARGS+= --enable-telnet PKG_SHELL= bin/screen +INFO_FILES= # PLIST .include "../../mk/bsd.prefs.mk" 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 diff --git a/misc/screen/PLIST.SunOS b/misc/screen/PLIST.SunOS index d56160c89bc..a0ff5c773cc 100644 --- a/misc/screen/PLIST.SunOS +++ b/misc/screen/PLIST.SunOS @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST.SunOS,v 1.11 2005/12/28 17:53:24 reed Exp $ +@comment $NetBSD: PLIST.SunOS,v 1.12 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 |