svn commit: r308460 - in head/misc/figlet-fonts: . files

Beech Rintoul beech at FreeBSD.org
Sat Dec 8 03:16:50 UTC 2012


Author: beech
Date: Sat Dec  8 03:16:50 2012
New Revision: 308460
URL: http://svnweb.freebsd.org/changeset/ports/308460

Log:
  Add RUN_DEPENDS=   figlet:${PORTSDIR}/misc/figlet
  Remove files/fontfiles
  
  Feature safe: yes
  
  Submitted by:	nemysis <nemysis at gmx.ch> (maintainer)
  Approved by:	maintainer (email)

Deleted:
  head/misc/figlet-fonts/files/
Modified:
  head/misc/figlet-fonts/Makefile

Modified: head/misc/figlet-fonts/Makefile
==============================================================================
--- head/misc/figlet-fonts/Makefile	Sat Dec  8 02:54:35 2012	(r308459)
+++ head/misc/figlet-fonts/Makefile	Sat Dec  8 03:16:50 2012	(r308460)
@@ -21,6 +21,9 @@ 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