summaryrefslogtreecommitdiff
path: root/converters/tex2rtf
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 /converters/tex2rtf
parent383f864b8f8e060b2294382bed67a87ab22eba6a (diff)
downloadpkgsrc-087b0988c7c2bfaa3823a225f61757e9256e11a3.tar.gz
Create directories before installing files into them.
Diffstat (limited to 'converters/tex2rtf')
-rw-r--r--converters/tex2rtf/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/tex2rtf/Makefile b/converters/tex2rtf/Makefile
index 91919714e34..1f7811a4431 100644
--- a/converters/tex2rtf/Makefile
+++ b/converters/tex2rtf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2005/04/11 21:45:09 tv Exp $
+# $NetBSD: Makefile,v 1.15 2005/06/16 06:57:43 jlam Exp $
DISTNAME= tex2rtf-2.01-source
PKGNAME= tex2rtf-2.01
@@ -14,6 +14,7 @@ COMMENT= LaTex-to-RTF translator
WRKSRC= ${WRKDIR}/${DISTNAME}/src
MAKEFILE= makefile.unx
USE_LANGUAGES= c++
+INSTALLATION_DIRS= bin
post-patch:
${CP} ${FILESDIR}/stringmatch.* ${WRKSRC}