Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Sep 2019 14:04:26 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512341 - head/news/tin
Message-ID:  <201909191404.x8JE4Qm0093739@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Thu Sep 19 14:04:26 2019
New Revision: 512341
URL: https://svnweb.freebsd.org/changeset/ports/512341

Log:
  news/tin: Spell *_CONFIGURE_ON correctly
  
  There is no opt_CONFIGURE_ARGS helper.

Modified:
  head/news/tin/Makefile

Modified: head/news/tin/Makefile
==============================================================================
--- head/news/tin/Makefile	Thu Sep 19 13:53:44 2019	(r512340)
+++ head/news/tin/Makefile	Thu Sep 19 14:04:26 2019	(r512341)
@@ -3,7 +3,7 @@
 
 PORTNAME=	tin
 PORTVERSION=	2.4.2
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES+=	news ipv6
 MASTER_SITES=	ftp://ftp.tin.org/pub/news/clients/tin/v${PORTVERSION:R}/ \
 		ftp://ftp.sunet.se/pub/news/readers/tin/v${PORTVERSION:R}/ \
@@ -41,14 +41,14 @@ OPTIONS_SUB=		yes
 NNTP_ONLY_DESC=		Only read news via NNTP (no spool dir support)
 NNTP_ONLY_CONFIGURE_ENABLE=nntp-only
 GNUPG_RUN_DEPENDS=	gpg:security/gnupg
-GNUPG_CONFIGURE_ON=	--with-gpg=${PREFIX}/bin/gpg \
+GNUPG_CONFIGURE_ON=	--with-gpg=${LOCALBASE}/bin/gpg \
 			--without-pgp --without-pgpk
 GNUPG_CONFIGURE_OFF=	--disable-pgp-gpg
 ISPELL_RUN_DEPENDS=	ispell:textproc/aspell-ispell
-ISPELL_CONFIGURE_ARGS=	--with-ispell=${PREFIX}/bin/ispell
+ISPELL_CONFIGURE_ON=	--with-ispell=${LOCALBASE}/bin/ispell
 METAMAIL_DESC?=		Use metamail to handle MIME attachments
 METAMAIL_RUN_DEPENDS=	metamail:mail/metamail
-METAMAIL_CONFIGURE_ARGS=--with-metamail=${PREFIX}/bin/metamail
+METAMAIL_CONFIGURE_ON=	--with-metamail=${LOCALBASE}/bin/metamail
 CANLOCK_DESC=		Enable Cancel-Lock key support via libcanlock
 CANLOCK_CONFIGURE_ENABLE=cancel-locks
 NLS_CONFIGURE_ENABLE=	nls



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909191404.x8JE4Qm0093739>