summaryrefslogtreecommitdiff
path: root/devel/RTFM/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2005-06-16 06:57:37 +0000
committerjlam <jlam>2005-06-16 06:57:37 +0000
commit087b0988c7c2bfaa3823a225f61757e9256e11a3 (patch)
tree3ccd645970d07eb5e027f9f4978696237c5cd04b /devel/RTFM/Makefile
parent383f864b8f8e060b2294382bed67a87ab22eba6a (diff)
downloadpkgsrc-087b0988c7c2bfaa3823a225f61757e9256e11a3.tar.gz
Create directories before installing files into them.
Diffstat (limited to 'devel/RTFM/Makefile')
-rw-r--r--devel/RTFM/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/RTFM/Makefile b/devel/RTFM/Makefile
index 458fd2f6aa6..ab5f4027ecd 100644
--- a/devel/RTFM/Makefile
+++ b/devel/RTFM/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/11/03 23:46:29 cube Exp $
+# $NetBSD: Makefile,v 1.2 2005/06/16 06:57:44 jlam Exp $
#
DISTNAME= RTFM-2.0.4
@@ -26,6 +26,8 @@ PLIST_SUBST+= RT_HTML_DIR=${RT_HTML_DIR:C/^${LOCALBASE}\///} \
NO_BUILD= YES
NO_CONFIGURE= YES
+INSTALLATION_DIRS= lib share
+
do-install:
@${ECHO} "=> Libraries"
cd ${WRKSRC}/lib && ${FIND} . -type f ! -name '*.orig' 2>/dev/null | \