svn commit: r308259 - head/misc/figlet

David E. O'Brien obrien at FreeBSD.org
Tue Dec 4 18:09:53 UTC 2012


Author: obrien
Date: Tue Dec  4 18:09:53 2012
New Revision: 308259
URL: http://svnweb.freebsd.org/changeset/ports/308259

Log:
  Add regression-test targets.
  
  Feature safe:	yes
  Idea from:	eadler

Modified:
  head/misc/figlet/Makefile

Modified: head/misc/figlet/Makefile
==============================================================================
--- head/misc/figlet/Makefile	Tue Dec  4 18:05:23 2012	(r308258)
+++ head/misc/figlet/Makefile	Tue Dec  4 18:09:53 2012	(r308259)
@@ -23,9 +23,11 @@ MAKE_ENV=	datadir=${DATADIR} prefix=${PR
 
 MAN6=		chkfont.6 figlet.6 figlist.6 showfigfonts.6
 
-post-build:
+regression-test:
 	@ cd ${WRKSRC} && ${MAKE} check
 
+post-build tests test: regression-test
+
 do-install:
 	@ ${MKDIR} ${DATADIR}
 	@ ${INSTALL_PROGRAM} ${WRKSRC}/figlet ${PREFIX}/bin


More information about the svn-ports-all mailing list