From 6e8e892661ce4154c14f35ada922e02e1e7503e4 Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Thu, 6 Jul 2000 18:31:45 +0000 Subject: make the USE_RSAREF2 check for the distfile match the check for the rsaref patch. Prevents trying to apply the patch to the wrong sources. --- archivers/hpack/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archivers/hpack') diff --git a/archivers/hpack/Makefile b/archivers/hpack/Makefile index 2a92b037155..1c9c28a1537 100644 --- a/archivers/hpack/Makefile +++ b/archivers/hpack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/12/16 12:03:20 abs Exp $ +# $NetBSD: Makefile,v 1.4 2000/07/06 18:31:45 dmcmahill Exp $ DISTNAME= hpack79${USE_RSAREF2:S/YES/u/:C/[^u]*//g}src PKGNAME= hpack-0.79 @@ -39,7 +39,7 @@ fetch-depends: post-extract: @${MKDIR} ${PATCHDIR} @${CP} ${.CURDIR}/patches/patch-* ${PATCHDIR}/ -.if defined(USE_RSAREF2) && ${USE_RSAREF2} == NO +.if defined(USE_RSAREF2) && ${USE_RSAREF2} != YES @${RM} -f ${PATCHDIR}/patch-rsaref .endif -- cgit v1.2.3