summaryrefslogtreecommitdiff
path: root/inputmethod/skkinput
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-03-10 19:24:13 +0000
committerjlam <jlam@pkgsrc.org>2006-03-10 19:24:13 +0000
commitf4252868153468904285eb18f619cb1dc57c73de (patch)
treee4204f0b208fc172fb387533fb92e7a5124e120b /inputmethod/skkinput
parent32ab3656e8de82ad9c67e7a5725e2d82c3b7b814 (diff)
downloadpkgsrc-f4252868153468904285eb18f619cb1dc57c73de.tar.gz
Use the pkginstall framework to generate the INSTALL script instead.
Diffstat (limited to 'inputmethod/skkinput')
-rw-r--r--inputmethod/skkinput/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/inputmethod/skkinput/Makefile b/inputmethod/skkinput/Makefile
index 743f3edf458..e8c50d3dd15 100644
--- a/inputmethod/skkinput/Makefile
+++ b/inputmethod/skkinput/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2006/02/05 23:09:43 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2006/03/10 19:30:35 jlam Exp $
DISTNAME= skkinput-2.06.3
PKGREVISION= 1
@@ -14,19 +14,12 @@ BUILD_DEFS+= USE_INET6
USE_IMAKE= YES
PLIST_SUBST+= PKGBASE=${LOCALBASE:Q}
-
-DESCR_SRC= ${WRKDIR}/DESCR
-INSTALL_FILE= ${WRKDIR}/INSTALL
-
-post-build:
- ${SED} 's#@PKGBASE@#${LOCALBASE}#g' ${PKGDIR}/DESCR >${DESCR_SRC}
- ${SED} 's#@PKGBASE@#${LOCALBASE}#g' ${PKGDIR}/INSTALL >${INSTALL_FILE}
+INSTALL_SRC= ${PKGDIR}/INSTALL
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/skkinput
${INSTALL_DATA} ${WRKSRC}/README.jis ${PREFIX}/share/doc/skkinput
${INSTALL_DATA} ${WRKSRC}/FAQ.jis ${PREFIX}/share/doc/skkinput
${INSTALL_DATA} ${WRKSRC}/BUGS.jis ${PREFIX}/share/doc/skkinput
- ${SH} ${INSTALL_FILE} ${PKGNAME} POST-INSTALL
.include "../../mk/bsd.pkg.mk"