summaryrefslogtreecommitdiff
path: root/misc/screen/Makefile
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2002-05-31 08:40:24 +0000
committeruebayasi <uebayasi@pkgsrc.org>2002-05-31 08:40:24 +0000
commitb6264310f55fd68ce8ed489a15263e39d2fc6a1c (patch)
tree51104d31eb95ba1e7987811ac8f6c9622d55f524 /misc/screen/Makefile
parent53af147624d050e663fc04f7546464b6dfa4152c (diff)
downloadpkgsrc-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/Makefile')
-rw-r--r--misc/screen/Makefile4
1 files changed, 3 insertions, 1 deletions
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