diff options
Diffstat (limited to 'devel/ossp-al/Makefile')
-rw-r--r-- | devel/ossp-al/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/ossp-al/Makefile b/devel/ossp-al/Makefile index 8097606bece6..12c124715a10 100644 --- a/devel/ossp-al/Makefile +++ b/devel/ossp-al/Makefile @@ -24,8 +24,7 @@ CONFIGURE_ARGS= --with-ex=${LOCALBASE} USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes -check: - build +check: build @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check) .include <bsd.port.pre.mk> |