diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-06-21 09:17:06 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-06-21 09:17:06 +0000 |
commit | c06a438c9b261f621a511c5025d4c27b341b9899 (patch) | |
tree | 937e3ce61c95b8a775273e69938cb20ab58426d1 /science/hdf5-18 | |
parent | 1eb537d13a674d554b7050c784c261546221d077 (diff) | |
download | freebsd-ports-c06a438c9b261f621a511c5025d4c27b341b9899.zip |
- Added target for regression-test
- This also resulted in cleanups to the build
- No functional change
PR: 124785
Submitted by: Pedro F. Giffuni <giffunip@tutopia.com>
Diffstat (limited to 'science/hdf5-18')
-rw-r--r-- | science/hdf5-18/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/science/hdf5-18/Makefile b/science/hdf5-18/Makefile index 99f309e77beb..b84a06008667 100644 --- a/science/hdf5-18/Makefile +++ b/science/hdf5-18/Makefile @@ -71,4 +71,7 @@ post-install: @${STRIP_CMD} ${PREFIX}/bin/${i} .endfor +regression-test: build + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check + .include <bsd.port.post.mk> |