summaryrefslogtreecommitdiff
path: root/inputmethod/skkinput
diff options
context:
space:
mode:
authorjlam <jlam>2006-03-10 19:24:13 +0000
committerjlam <jlam>2006-03-10 19:24:13 +0000
commit320c0121ca0168ecc0783b7f2a1f492555c091df (patch)
treee4204f0b208fc172fb387533fb92e7a5124e120b /inputmethod/skkinput
parent853eeaa08bbbf2c539eaf38d82cc0a62367f8758 (diff)
downloadpkgsrc-320c0121ca0168ecc0783b7f2a1f492555c091df.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"