svn commit: r512341 - head/news/tin
Tobias Kortkamp
tobik at FreeBSD.org
Thu Sep 19 14:04:27 UTC 2019
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
More information about the svn-ports-all
mailing list