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
commit2bc0bebd1c0af882c958a6d3f4e6301c2c5b96cd (patch)
treed893f74be459c82dc3126f15a863d7ae23a501e3 /inputmethod
parent6f31a709ac83695d81a29f44d5e423c4ef126b3a (diff)
downloadpkgsrc-2bc0bebd1c0af882c958a6d3f4e6301c2c5b96cd.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