aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2006-06-10 06:18:06 +0800
committerpav <pav@FreeBSD.org>2006-06-10 06:18:06 +0800
commit9ce7e122a7365d9484bc02f4265c0ef6c9330e0c (patch)
tree515aa8055327a9fd5ae0f303c28dd4becc1c302e /misc
parent410acf4f6176e26ac3a211b14fec7d3199e97667 (diff)
downloadfreebsd-ports-gnome-9ce7e122a7365d9484bc02f4265c0ef6c9330e0c.tar.gz
freebsd-ports-gnome-9ce7e122a7365d9484bc02f4265c0ef6c9330e0c.tar.zst
freebsd-ports-gnome-9ce7e122a7365d9484bc02f4265c0ef6c9330e0c.zip
- Run self test when compiling the package
PR: ports/98710 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
Diffstat (limited to 'misc')
-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"