diff options
author | jlam <jlam> | 2005-06-16 06:57:37 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-06-16 06:57:37 +0000 |
commit | 087b0988c7c2bfaa3823a225f61757e9256e11a3 (patch) | |
tree | 3ccd645970d07eb5e027f9f4978696237c5cd04b /inputmethod/skkfep | |
parent | 383f864b8f8e060b2294382bed67a87ab22eba6a (diff) | |
download | pkgsrc-087b0988c7c2bfaa3823a225f61757e9256e11a3.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'inputmethod/skkfep')
-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} |