diff options
Diffstat (limited to 'textproc/sowing/Makefile')
-rw-r--r-- | textproc/sowing/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/sowing/Makefile b/textproc/sowing/Makefile index b303acf9efb3..9f0b6cfeb394 100644 --- a/textproc/sowing/Makefile +++ b/textproc/sowing/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sowing -PORTVERSION= 1.1.17 +PORTVERSION= 1.1.18 CATEGORIES= textproc MASTER_SITES= http://ftp.mcs.anl.gov/pub/sowing/ @@ -28,8 +28,7 @@ post-patch: .if defined(MAINTAINER_MODE) regression-test: install - @(cd ${BUILD_WRKSRC}; \ - ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} testing) + @(cd ${BUILD_WRKSRC} && ${DO_MAKE_BUILD} testing) .endif .include <bsd.port.mk> |