aboutsummaryrefslogtreecommitdiff
path: root/devel/stlport/Makefile
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2002-03-10 23:24:14 +0000
committerMikhail Teterin <mi@FreeBSD.org>2002-03-10 23:24:14 +0000
commitf82922d76743a5c0a879761c4a86892fff75f572 (patch)
tree5f0d2bef1d9f586d4ea7fb3989ed07d7aa1eb74c /devel/stlport/Makefile
parentb19cbdef34de0e07cc1ee2c6f49b510284b2d912 (diff)
downloadports-f82922d76743a5c0a879761c4a86892fff75f572.tar.gz
ports-f82922d76743a5c0a879761c4a86892fff75f572.zip
Notes
Diffstat (limited to 'devel/stlport/Makefile')
-rw-r--r--devel/stlport/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/stlport/Makefile b/devel/stlport/Makefile
index 9d269dc9572d..29d0af12d207 100644
--- a/devel/stlport/Makefile
+++ b/devel/stlport/Makefile
@@ -25,7 +25,6 @@ PATCH_WRKSRC= ${WRKDIR}/STLport-${PORTVERSION:S/.b/b/}
USE_GMAKE= yes
MAKEFILE= gcc-freebsd.mak
MAKE_ARGS= INSTALLDIR=${PREFIX}
-ALL_TARGET= clean all
INSTALL_TARGET= install_unix
INSTALLS_SHLIB= yes
@@ -41,4 +40,7 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/../doc/images/* ${DOCSDIR}/images
.endif
+post-build test:
+ cd ${WRKSRC}/../test/eh && ${GMAKE} -f ${MAKEFILE}
+
.include <bsd.port.post.mk>