summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2002-05-31 08:40:24 +0000
committeruebayasi <uebayasi>2002-05-31 08:40:24 +0000
commitacfc67b28de11a3a9acf6c8d079350a342ccf937 (patch)
tree51104d31eb95ba1e7987811ac8f6c9622d55f524 /misc
parent372a1d7b658d330d3b24f06e00f20f9f780b6c3b (diff)
downloadpkgsrc-acfc67b28de11a3a9acf6c8d079350a342ccf937.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')
-rw-r--r--misc/screen/MESSAGE12
-rw-r--r--misc/screen/Makefile4
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