diff options
Diffstat (limited to 'inputmethod/skkfep/Makefile')
-rw-r--r-- | inputmethod/skkfep/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/inputmethod/skkfep/Makefile b/inputmethod/skkfep/Makefile index c986eb73d00..e0d71233382 100644 --- a/inputmethod/skkfep/Makefile +++ b/inputmethod/skkfep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/01/20 12:18:53 agc Exp $ +# $NetBSD: Makefile,v 1.5 2005/06/16 06:57:59 jlam Exp $ DISTNAME= skkfep0.86c PKGNAME= skkfep-0.86c @@ -18,6 +18,8 @@ MAKE_ENV= MAKE_FLAGS='EXECBASE=${LOCALBASE} CC=${CC}' DESCR_SRC= ${WRKDIR}/DESCR INSTALL_FILE= ${WRKDIR}/INSTALL +INSTALLATION_DIRS= bin man/man1 + post-build: ${SED} 's#@PKGBASE@#${LOCALBASE}#g' ${PKGDIR}/DESCR >${DESCR_SRC} ${SED} 's#@PKGBASE@#${LOCALBASE}#g' ${PKGDIR}/INSTALL >${INSTALL_FILE} |