diff options
author | rodent <rodent> | 2013-04-06 04:11:44 +0000 |
---|---|---|
committer | rodent <rodent> | 2013-04-06 04:11:44 +0000 |
commit | c747367e48bcc9e2a86e88c09b841976187562ef (patch) | |
tree | 58bc22e3d0525fa88d5c2fe573db8ac53511d849 /devel | |
parent | 763b8099280b5b161080163dd898714454df6aaf (diff) | |
download | pkgsrc-c747367e48bcc9e2a86e88c09b841976187562ef.tar.gz |
'Please use "${TEST}" instead of "test".'
Diffstat (limited to 'devel')
-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 |