diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-06 04:11:44 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-06 04:11:44 +0000 |
commit | 36fb76ec5b489bbf67db60d01c2c14d212fd13d5 (patch) | |
tree | 58bc22e3d0525fa88d5c2fe573db8ac53511d849 /devel/SOPE/Makefile | |
parent | 5ab6118cf001ddacf4f2fd8fcd19c4747b847b58 (diff) | |
download | pkgsrc-36fb76ec5b489bbf67db60d01c2c14d212fd13d5.tar.gz |
'Please use "${TEST}" instead of "test".'
Diffstat (limited to 'devel/SOPE/Makefile')
-rw-r--r-- | devel/SOPE/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/SOPE/Makefile b/devel/SOPE/Makefile index 616cfc86481..13aa17055ca 100644 --- a/devel/SOPE/Makefile +++ b/devel/SOPE/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2013/03/16 15:04:10 taca Exp $ +# $NetBSD: Makefile,v 1.13 2013/04/06 04:11:44 rodent Exp $ # DISTNAME= SOPE-2.0.4b @@ -19,7 +19,7 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS= --with-gnustep --enable-debug --disable-strip pre-configure: - test -e ${BUILDLINK_DIR}/lib/libmysqlclient.so || \ + ${TEST} -e ${BUILDLINK_DIR}/lib/libmysqlclient.so || \ ${LN} -s ${BUILDLINK_DIR}/lib/mysql/libmysqlclient.so \ ${BUILDLINK_DIR}/lib/libmysqlclient.so |