From 7488473e0b35af7ed4828cb2e264159fd0dceaa3 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Mon, 9 May 2005 23:54:51 +0000 Subject: [PATCH] Only declare the tests and post-install targets if we aren't in a slave port. This fixes the py-gamin slave build. --- devel/gamin/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/gamin/Makefile b/devel/gamin/Makefile index e2691197d174..3eaf490d3aa1 100644 --- a/devel/gamin/Makefile +++ b/devel/gamin/Makefile @@ -33,6 +33,7 @@ USE_INC_LIBTOOL_VER=15 post-patch: @${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} -f +.if !defined(GAMIN_SLAVE) tests: build @${ECHO_MSG} "===> Running gamin regression tests" @(cd ${WRKSRC}/tests && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ @@ -40,5 +41,6 @@ tests: build post-install: @${CAT} ${PKGMESSAGE} +.endif .include