diff options
author | jun <jun> | 2001-03-17 16:49:38 +0000 |
---|---|---|
committer | jun <jun> | 2001-03-17 16:49:38 +0000 |
commit | e9df4240f4e39fa92d4cb3cb2c4dba645b764e86 (patch) | |
tree | 4fd32538cfd145a6198c1f5599307ded53fae999 /fonts | |
parent | 0b70542c11013fefbbc95155d1f4462c9e4422e3 (diff) | |
download | pkgsrc-e9df4240f4e39fa92d4cb3cb2c4dba645b764e86.tar.gz |
FIX (patch by hrs-t@hh.iij4u.or.jp on tech-pkg-ja@jp.netbsd.org)
${USE_KANAME}!=YES then NO_PATCH=YES
to reduce these error messages:
>>> ===> /pub/NetBSD/packages/pkgsrc/fonts/jisx0208fonts:
>>> FATAL: patchfile 'patch-aa' is in files/patch-sum
>>> but not in ././NO-EXIST/patch-aa. Rerun 'make makepatchsum'.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/jisx0208fonts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/jisx0208fonts/Makefile b/fonts/jisx0208fonts/Makefile index 2b38e8285fd..a3764592240 100644 --- a/fonts/jisx0208fonts/Makefile +++ b/fonts/jisx0208fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2001/02/25 04:17:47 hubertf Exp $ +# $NetBSD: Makefile,v 1.14 2001/03/17 16:49:38 jun Exp $ # DISTNAME= jisx0208fonts-20010112 @@ -90,7 +90,7 @@ post-extract: # for do-patch .if ${USE_KANAME} != YES -PATCHDIR= ${.CURDIR}/NO-EXIST +NO_PATCH= YES .endif pre-install: |