summaryrefslogtreecommitdiff
path: root/pkgtools/digest
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 /pkgtools/digest
parent4af73f2d928a6e5893bcc7df911ccdf0f5568cbe (diff)
downloadpkgsrc-2816ab49614eb22eaae14b28a95bbb1c8ac9770f.tar.gz
don't define test target directly, use do-test instead
Diffstat (limited to 'pkgtools/digest')
-rw-r--r--pkgtools/digest/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/digest/Makefile b/pkgtools/digest/Makefile
index 72d5cc722a7..b234239da72 100644
--- a/pkgtools/digest/Makefile
+++ b/pkgtools/digest/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2003/03/28 21:14:26 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2003/07/12 13:24:27 dillo Exp $
#
# When adding new digest algorithms, please use rmd160 as the template,
# and bump the VERSION definition.
@@ -30,7 +30,7 @@ do-extract:
pre-install:
-@${MKDIR} ${PKG_DBDIR}
-test:
+do-test:
@${ECHO} "No news is good news"
@cd ${WRKSRC} && ${SETENV} DIGESTDIR=${WRKSRC} ${SH} ./regress.sh
@${ECHO} "All tests completed"