summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2000-07-06 18:31:45 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2000-07-06 18:31:45 +0000
commit6e8e892661ce4154c14f35ada922e02e1e7503e4 (patch)
treed14300c048cfbfe4da795649cc17c651ae20d1d0 /archivers
parent3ff3ae5c57e5cdc270971759eb025a1ae7184f27 (diff)
downloadpkgsrc-6e8e892661ce4154c14f35ada922e02e1e7503e4.tar.gz
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.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/hpack/Makefile4
1 files changed, 2 insertions, 2 deletions
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