summaryrefslogtreecommitdiff
path: root/devel/trio
diff options
context:
space:
mode:
authorjlam <jlam>2005-06-16 06:57:37 +0000
committerjlam <jlam>2005-06-16 06:57:37 +0000
commit4eedf46f13f54f52b57bb41f46fa1156773cfe5b (patch)
tree3ccd645970d07eb5e027f9f4978696237c5cd04b /devel/trio
parent563be07afa7bf7078a833258658572365405741a (diff)
downloadpkgsrc-4eedf46f13f54f52b57bb41f46fa1156773cfe5b.tar.gz
Create directories before installing files into them.
Diffstat (limited to 'devel/trio')
-rw-r--r--devel/trio/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/trio/Makefile b/devel/trio/Makefile
index 59934795a0c..a6dce9aff1d 100644
--- a/devel/trio/Makefile
+++ b/devel/trio/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/07/21 16:43:48 martti Exp $
+# $NetBSD: Makefile,v 1.5 2005/06/16 06:57:48 jlam Exp $
#
DISTNAME= trio-1.3
@@ -9,6 +9,8 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.contactor.se/~dast/trio/
COMMENT= Fully matured and stable set of printf and string functions
+INSTALLATION_DIRS= include lib man/man3
+
post-patch:
${SED} "s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/Makefile \
> ${WRKSRC}/Makefile.done