summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-03-10 22:29:08 +0000
committerjlam <jlam@pkgsrc.org>2006-03-10 22:29:08 +0000
commit802f849bf385bb1e406d438d951f1c919dca26a0 (patch)
treed893f74be459c82dc3126f15a863d7ae23a501e3 /inputmethod
parent3511c401ccb0efb8da91c4cd32f23e0146332f71 (diff)
downloadpkgsrc-802f849bf385bb1e406d438d951f1c919dca26a0.tar.gz
Don't create a do-nothing DEINSTALL script.
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/ja-freewnn-lib/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/inputmethod/ja-freewnn-lib/Makefile.common b/inputmethod/ja-freewnn-lib/Makefile.common
index 68aa1867c2e..63988ea4d14 100644
--- a/inputmethod/ja-freewnn-lib/Makefile.common
+++ b/inputmethod/ja-freewnn-lib/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.10 2006/03/10 16:03:44 jlam Exp $
+# $NetBSD: Makefile.common,v 1.11 2006/03/10 22:29:08 jlam Exp $
#
DISTNAME= FreeWnn-1.10
@@ -27,6 +27,7 @@ SEDSCRIPT+= -e 's|$$([CK]*WNNJLIBSRC)/lib\([ck]*wnn\).a|-l\1|'
SEDSCRIPT+= -e 's|\(:.*\)$$(WNNJLIB)|\1|'
.elif defined(WNN_TARGET) && (${WNN_TARGET} == "DICT")
MAKE_ENV+= "WNN_TARGET=DICT"
+DEINSTALL_SRC= # empty
INSTALL_SRC= ${FILESDIR}/INSTALL
FILES_SUBST+= WNNOWNER=${WNNOWNER}
.else