aboutsummaryrefslogtreecommitdiff
path: root/misc/e2fsprogs-libuuid
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-06-09 22:18:06 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-06-09 22:18:06 +0000
commit1f86cc7f5dde67506c8744fb6f3b34db0e86d225 (patch)
tree461ddff220b89ecea367d675e53e815331ff8fd6 /misc/e2fsprogs-libuuid
parentf1e5a113640ff5ee4794d45c4a01163cdaad6551 (diff)
downloadports-1f86cc7f5dde67506c8744fb6f3b34db0e86d225.tar.gz
ports-1f86cc7f5dde67506c8744fb6f3b34db0e86d225.zip
- Run self test when compiling the package
PR: ports/98710 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
Notes
Notes: svn path=/head/; revision=164957
Diffstat (limited to 'misc/e2fsprogs-libuuid')
-rw-r--r--misc/e2fsprogs-libuuid/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/e2fsprogs-libuuid/Makefile b/misc/e2fsprogs-libuuid/Makefile
index 54b902581b81..eb066c85a6aa 100644
--- a/misc/e2fsprogs-libuuid/Makefile
+++ b/misc/e2fsprogs-libuuid/Makefile
@@ -34,4 +34,7 @@ PKGDIR= ${.CURDIR}
pre-build:
${MKDIR} ${WRKSRC}/lib/uuid/elfshared
+post-build:
+ cd ${INSTALL_WRKSRC} && ${MAKE} check
+
.include "${MASTERDIR}/Makefile"