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/psi | |
parent | 383f864b8f8e060b2294382bed67a87ab22eba6a (diff) | |
download | pkgsrc-087b0988c7c2bfaa3823a225f61757e9256e11a3.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'chat/psi')
-rw-r--r-- | chat/psi/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/psi/Makefile b/chat/psi/Makefile index 46df39c61e7..c544742fd12 100644 --- a/chat/psi/Makefile +++ b/chat/psi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2005/06/01 18:02:41 jlam Exp $ +# $NetBSD: Makefile,v 1.25 2005/06/16 06:57:42 jlam Exp $ PSI_VERSION= 0.9.3 DISTNAME= psi-${PSI_VERSION} @@ -36,6 +36,8 @@ LANG_FILES= psi_zh.qm psi_nl.qm psi_sk.qm psi_fr.qm psi_cs.qm \ SITES_${l}= http://psi.affinix.com/?version=${PSI_VERSION}&file= .endfor +INSTALLATION_DIRS= bin + # XXX the psiwidgets.so symlink is somewhat ugly, but without that # uic doesn't find the built plug-in and generates sources without # proper psiwidgets #include's. This should eventually be fixed in |