Don't create a do-nothing DEINSTALL script
This commit is contained in:
parent
2099d2013d
commit
3901c6559d
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue