diff options
author | hubertf <hubertf> | 2000-08-21 21:01:29 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-08-21 21:01:29 +0000 |
commit | 3ccf9a645e688abfaf38a08f2594ca31f2394159 (patch) | |
tree | b8540c2f811aaa6873f63ebe685a84e3151c8018 /japanese | |
parent | c018bc21e15534787e9c1b20397c52d2eb358a77 (diff) | |
download | pkgsrc-3ccf9a645e688abfaf38a08f2594ca31f2394159.tar.gz |
Update IGNORE-messages for recent changes: add ${PKGNAME} where
appropriate.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/kinput2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/kinput2/Makefile b/japanese/kinput2/Makefile index 7e970407682..d985e61deb1 100644 --- a/japanese/kinput2/Makefile +++ b/japanese/kinput2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/02/05 19:41:56 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2000/08/21 21:01:30 hubertf Exp $ # FreeBSD Id: Makefile,v 1.4 1999/06/06 13:19:49 taoka Exp $ DISTNAME= kinput2-v3 @@ -17,7 +17,7 @@ PLIST_SRC= ${PKGDIR}/PLIST-common defined(USE_WNN4) && ${USE_WNN4} != YES && \ defined(USE_WNN6) && ${USE_WNN6} != YES && \ defined(USE_SJ3) && ${USE_SJ3} != YES -IGNORE= "is ignored. because USE_CANNA,USE_WNN4,USE_WNN6,USE_SJ3 are \"NO\"" +IGNORE= ${PKGNAME} is ignored. because USE_CANNA,USE_WNN4,USE_WNN6,USE_SJ3 are "NO" .endif .if !defined(USE_CANNA) || ${USE_CANNA} == YES |