summaryrefslogtreecommitdiff
path: root/devel/ipv6socket_scrub
diff options
context:
space:
mode:
authorwiz <wiz>1999-12-28 05:28:26 +0000
committerwiz <wiz>1999-12-28 05:28:26 +0000
commit71743646633cee1c502892577d9651d024ad09b5 (patch)
tree24c619a5cc2832228e2873391867798f057c26d0 /devel/ipv6socket_scrub
parent21d4f1e48d15d32f4cefc173d751c20a2757ac7b (diff)
downloadpkgsrc-71743646633cee1c502892577d9651d024ad09b5.tar.gz
replaced some commands by their ${COMMAND} counterparts
Diffstat (limited to 'devel/ipv6socket_scrub')
-rw-r--r--devel/ipv6socket_scrub/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ipv6socket_scrub/Makefile b/devel/ipv6socket_scrub/Makefile
index 165274588e8..92980663066 100644
--- a/devel/ipv6socket_scrub/Makefile
+++ b/devel/ipv6socket_scrub/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1999/11/28 14:37:40 itojun Exp $
+# $NetBSD: Makefile,v 1.4 1999/12/28 05:30:23 wiz Exp $
# KAME Id: Makefile,v 1.6 1999/11/28 14:36:04 itojun Exp
#
@@ -20,7 +20,7 @@ RESTRICTED= "not redistributable, license agreement required"
MIRROR_DISTFILES= no
do-fetch:
- @if test \! -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}; then \
+ @if ${TEST} \! -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}; then \
${ECHO} "===> You need to sign the agreement on ${HOMEPAGE}"; \
${ECHO} " and fetch on your own."; \
fi