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 /chat/epic4-doc | |
parent | 383f864b8f8e060b2294382bed67a87ab22eba6a (diff) | |
download | pkgsrc-087b0988c7c2bfaa3823a225f61757e9256e11a3.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'chat/epic4-doc')
-rw-r--r-- | chat/epic4-doc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/epic4-doc/Makefile b/chat/epic4-doc/Makefile index a0006d2bfec..99d713c9dd0 100644 --- a/chat/epic4-doc/Makefile +++ b/chat/epic4-doc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/04/04 09:10:50 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2005/06/16 06:57:42 jlam Exp $ # DISTNAME= epic4-help-20050315 @@ -23,6 +23,8 @@ DEPENDS+= epic4>=2.0:../../chat/epic4 NO_BUILD= YES +INSTALLATION_DIRS= share/epic/help + do-install: ${CP} -R ${WRKDIR}/help/* ${PREFIX}/share/epic/help ${RM} -r ${PREFIX}/share/epic/help/Makefile |