svn commit: r400802 - head/misc/p5-Text-FIGlet

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


Author: sunpoet
Date: Wed Nov  4 20:14:43 2015
New Revision: 400802
URL: https://svnweb.freebsd.org/changeset/ports/400802

Log:
  - Update RUN_DEPENDS: remove redundant LOCALBASE/bin

Modified:
  head/misc/p5-Text-FIGlet/Makefile

Modified: head/misc/p5-Text-FIGlet/Makefile
==============================================================================
--- head/misc/p5-Text-FIGlet/Makefile	Wed Nov  4 20:14:39 2015	(r400801)
+++ head/misc/p5-Text-FIGlet/Makefile	Wed Nov  4 20:14:43 2015	(r400802)
@@ -14,7 +14,7 @@ COMMENT=	Perl module to provide FIGlet a
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-RUN_DEPENDS=	${LOCALBASE}/bin/figlet:${PORTSDIR}/misc/figlet
+RUN_DEPENDS=	figlet:${PORTSDIR}/misc/figlet
 TEST_DEPENDS=	p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences \
 		p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod
 


More information about the svn-ports-all mailing list