summaryrefslogtreecommitdiff
path: root/news/tin
diff options
context:
space:
mode:
authorroy <roy>2017-01-05 12:37:08 +0000
committerroy <roy>2017-01-05 12:37:08 +0000
commite06fc449a399094066b9ed6293e709385b5b4edf (patch)
treeba937bb7671e3a76222f9c411d6cf6725809b8ff /news/tin
parent19b620d70a4b9a7501d81525aa0d9d30f82f3060 (diff)
downloadpkgsrc-e06fc449a399094066b9ed6293e709385b5b4edf.tar.gz
Move curses foo from options.mk to Makefile (hi Thomas!)
Diffstat (limited to 'news/tin')
-rw-r--r--news/tin/Makefile6
-rw-r--r--news/tin/options.mk6
2 files changed, 6 insertions, 6 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile
index 71124d7d76e..908749db141 100644
--- a/news/tin/Makefile
+++ b/news/tin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2017/01/04 22:45:33 roy Exp $
+# $NetBSD: Makefile,v 1.71 2017/01/05 12:37:08 roy Exp $
#
DISTNAME= tin-2.2.1
@@ -47,6 +47,9 @@ CONFIGURE_ARGS+= --with-defaults-dir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --enable-mh-mail-handling
CONFIGURE_ARGS+= --with-coffee
+CONFIGURE_ARGS+= --with-screen=${CURSES_TYPE}
+CONFIGURE_ARGS+= --with-curses-dir=${BUILDLINK_PREFIX.curses}
+
SUBST_CLASSES+= tin
SUBST_STAGE.tin= pre-configure
SUBST_MESSAGE.tin= Adjusting path to the configuration directory.
@@ -65,4 +68,5 @@ post-install:
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/libidn/buildlink3.mk"
.include "../../devel/pcre/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/news/tin/options.mk b/news/tin/options.mk
index 0cf94e3f5c8..4c94ddf0d36 100644
--- a/news/tin/options.mk
+++ b/news/tin/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.15 2017/01/04 22:45:33 roy Exp $
+# $NetBSD: options.mk,v 1.16 2017/01/05 12:37:08 roy Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.tin
PKG_SUPPORTED_OPTIONS= icu inet6 tin-use-inn-spool
@@ -8,10 +8,6 @@ PKG_SUGGESTED_OPTIONS= inet6
.include "../../mk/bsd.options.mk"
-.include "../../mk/curses.buildlink3.mk"
-CONFIGURE_ARGS+= --with-screen=${CURSES_TYPE}
-CONFIGURE_ARGS+= --with-curses-dir=${BUILDLINK_PREFIX.curses}
-
.if !empty(PKG_OPTIONS:Micu)
.include "../../textproc/icu/buildlink3.mk"
.endif