diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2002-05-31 08:40:24 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2002-05-31 08:40:24 +0000 |
commit | b6264310f55fd68ce8ed489a15263e39d2fc6a1c (patch) | |
tree | 51104d31eb95ba1e7987811ac8f6c9622d55f524 /misc/screen | |
parent | 53af147624d050e663fc04f7546464b6dfa4152c (diff) | |
download | pkgsrc-b6264310f55fd68ce8ed489a15263e39d2fc6a1c.tar.gz |
Take account for a possible user configuration of ${PKG_SYSCONFDIR}.
Submitted by Julio Merino <jmmv@hispabsd.org> in pkg/16957.
Diffstat (limited to 'misc/screen')
-rw-r--r-- | misc/screen/MESSAGE | 12 | ||||
-rw-r--r-- | misc/screen/Makefile | 4 |
2 files changed, 15 insertions, 1 deletions
diff --git a/misc/screen/MESSAGE b/misc/screen/MESSAGE new file mode 100644 index 00000000000..e0b56ce9da8 --- /dev/null +++ b/misc/screen/MESSAGE @@ -0,0 +1,12 @@ +====================================================================== +$NetBSD: MESSAGE,v 1.1 2002/05/31 08:40:24 uebayasi Exp $ + + +You may want to create and edit the file: + - ${PKG_SYSCONFDIR}/screenrc +to customize screen globally. An example configuration file has been +installed in: + - ${PREFIX}/share/examples/screen/screenrc + + +====================================================================== diff --git a/misc/screen/Makefile b/misc/screen/Makefile index 351596d19a2..c35419ec3d8 100644 --- a/misc/screen/Makefile +++ b/misc/screen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2002/05/21 17:57:03 tron Exp $ +# $NetBSD: Makefile,v 1.32 2002/05/31 08:40:24 uebayasi Exp $ DISTNAME= screen-3.9.11 CATEGORIES= misc @@ -15,6 +15,8 @@ PLIST_SUBST= DISTNAME=${DISTNAME} USE_BUILDLINK_ONLY= yes TEXINFO_OVERRIDE= YES +CONFIGURE_ARGS+=--with-sys-screenrc=${PKG_SYSCONFDIR}/screenrc + .include "../../mk/bsd.prefs.mk" .if (${OPSYS} == SunOS) PLIST_SRC= ${PKGDIR}/PLIST.SunOS |