svn commit: r308493 - head/misc/figlet-fonts

Beech Rintoul beech at FreeBSD.org
Sat Dec 8 22:19:21 UTC 2012


Author: beech
Date: Sat Dec  8 22:19:21 2012
New Revision: 308493
URL: http://svnweb.freebsd.org/changeset/ports/308493

Log:
  - Fix RUN_DEPENDS
  - Pet portlint
  
  Feature safe: yes
  
  Submitted by:	nemysis <nemysis at gmx.ch>

Modified:
  head/misc/figlet-fonts/Makefile   (contents, props changed)

Modified: head/misc/figlet-fonts/Makefile
==============================================================================
--- head/misc/figlet-fonts/Makefile	Sat Dec  8 21:37:23 2012	(r308492)
+++ head/misc/figlet-fonts/Makefile	Sat Dec  8 22:19:21 2012	(r308493)
@@ -15,15 +15,14 @@ DIST_SUBDIR=	figlet
 MAINTAINER=	nemysis at gmx.ch
 COMMENT=	Assorted fonts for the figlet(6) program
 
+RUN_DEPENDS=    figlet:${PORTSDIR}/misc/figlet
+
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
 
 DATADIR=	${PREFIX}/share/figlet
 PLIST_SUB=	DATADIR=${DATADIR:S|^${PREFIX}/||}
 
-RUN_DEPENDS=	figlet:${PORTSDIR}/misc/figlet
-
-
 post-extract:
 	@cd ${WRKDIR}/contributed && \
 		${TAR} xf Obanner-canon.tgz -C ${WRKDIR}/contributed/ && \


More information about the svn-ports-all mailing list