Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Nov 2015 20:15:14 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r400809 - head/textproc/idnits
Message-ID:  <201511042015.tA4KFEjP064457@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Nov  4 20:15:14 2015
New Revision: 400809
URL: https://svnweb.freebsd.org/changeset/ports/400809

Log:
  - Update RUN_DEPENDS: remove redundant LOCALBASE/bin
  - Add NO_ARCH

Modified:
  head/textproc/idnits/Makefile

Modified: head/textproc/idnits/Makefile
==============================================================================
--- head/textproc/idnits/Makefile	Wed Nov  4 20:15:09 2015	(r400808)
+++ head/textproc/idnits/Makefile	Wed Nov  4 20:15:14 2015	(r400809)
@@ -13,8 +13,9 @@ COMMENT=	Looks for problems in internet 
 LICENSE=	GPLv2 GPLv3
 LICENSE_COMB=	dual
 
-RUN_DEPENDS=	${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash
+RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash
 
+NO_ARCH=	yes
 NO_BUILD=	yes
 USES=		shebangfix tar:tgz
 



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