summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authordillo <dillo@pkgsrc.org>2003-07-12 13:23:43 +0000
committerdillo <dillo@pkgsrc.org>2003-07-12 13:23:43 +0000
commit2816ab49614eb22eaae14b28a95bbb1c8ac9770f (patch)
tree47be8641e858b66d34e39fed016e99b53994746f /security
parent4af73f2d928a6e5893bcc7df911ccdf0f5568cbe (diff)
downloadpkgsrc-2816ab49614eb22eaae14b28a95bbb1c8ac9770f.tar.gz
don't define test target directly, use do-test instead
Diffstat (limited to 'security')
-rw-r--r--security/openssl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index 70dc85953ed..6b07e74206c 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.73 2003/07/02 13:03:25 grant Exp $
+# $NetBSD: Makefile,v 1.74 2003/07/12 13:25:23 dillo Exp $
DISTNAME= openssl-0.9.6g
PKGREVISION= 2
@@ -41,7 +41,7 @@ do-configure:
&& ${SETENV} ${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} \
${CONFIGURE_ARGS}
-test: all
+do-test:
@cd ${WRKSRC}/test \
&& ${SETENV} ${LD_PATH_VARNAME}=${WRKSRC} \
${MAKE_PROGRAM} tests \