summaryrefslogtreecommitdiff
path: root/devel/ossp-cfg
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2005-10-03 18:42:29 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2005-10-03 18:42:29 +0000
commit52cde85c5292a421bcb6b7daab70649a30b9c2df (patch)
tree906b74faa8bd39fe9e698b6b4cc7d1398495fe41 /devel/ossp-cfg
parentUpdate from 0.8.0 to 0.8.3 and take over maintainership for the time (diff)
Fix previous commit. build need stay after ":".
Approved by: pav (mentor)
Notes
Notes: svn path=/head/; revision=144099
Diffstat (limited to 'devel/ossp-cfg')
-rw-r--r--devel/ossp-cfg/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/ossp-cfg/Makefile b/devel/ossp-cfg/Makefile
index 4c4779ecd19a..37e075c8d4be 100644
--- a/devel/ossp-cfg/Makefile
+++ b/devel/ossp-cfg/Makefile
@@ -25,8 +25,7 @@ INSTALLS_SHLIB= yes
MAN3= cfg.3
-check:
- build
+check: build
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)
.include <bsd.port.mk>