diff options
author | jlam <jlam@pkgsrc.org> | 2006-03-10 22:30:29 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-03-10 22:30:29 +0000 |
commit | 3901c6559da1007ef8b7e4d59556859208112e2b (patch) | |
tree | 5584f4451ac367a45a40a4d963260abf43a90718 /inputmethod | |
parent | 2099d2013d18685031884220896a158fcbcfb4af (diff) | |
download | pkgsrc-3901c6559da1007ef8b7e4d59556859208112e2b.tar.gz |
Don't create a do-nothing DEINSTALL script
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/skkinput/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inputmethod/skkinput/Makefile b/inputmethod/skkinput/Makefile index e8c50d3dd15..2b79e8fd582 100644 --- a/inputmethod/skkinput/Makefile +++ b/inputmethod/skkinput/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/03/10 19:30:35 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2006/03/10 22:30:29 jlam Exp $ DISTNAME= skkinput-2.06.3 PKGREVISION= 1 @@ -15,6 +15,7 @@ USE_IMAKE= YES PLIST_SUBST+= PKGBASE=${LOCALBASE:Q} INSTALL_SRC= ${PKGDIR}/INSTALL +DEINSTALL_SRC= # empty post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/skkinput |