svn commit: r400809 - head/textproc/idnits

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Nov 4 20:15:16 UTC 2015


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
 


More information about the svn-ports-all mailing list