diff options
Diffstat (limited to 'math/gnuplot/Makefile')
-rw-r--r-- | math/gnuplot/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index 483a1570cacb..43c956d53887 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gnuplot -PORTVERSION= 4.2.5 -PORTREVISION= 1 +PORTVERSION= 4.2.6 CATEGORIES= math graphics MASTER_SITES= SF @@ -118,4 +117,7 @@ post-install: cd ${WRKSRC}/docs/psdoc && ${INSTALL_DATA} README ps_* ${DOCSDIR}/psdoc .endif +test: build + @( cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} check ; ) + .include <bsd.port.post.mk> |