diff options
author | jdolecek <jdolecek> | 2003-07-27 22:22:22 +0000 |
---|---|---|
committer | jdolecek <jdolecek> | 2003-07-27 22:22:22 +0000 |
commit | 56d4ecd39f252a9a3f092bf409e79d4fede61c2b (patch) | |
tree | 3b6ccb0db61ee303e3969c9f6ac109ba805f4549 /chat/psi | |
parent | 84beb9c72660ed763c787186dbbe7de565271c12 (diff) | |
download | pkgsrc-56d4ecd39f252a9a3f092bf409e79d4fede61c2b.tar.gz |
need to create ${X11BASE}/share/psi before it could be used
Diffstat (limited to 'chat/psi')
-rw-r--r-- | chat/psi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/psi/Makefile b/chat/psi/Makefile index 722c8f5e2ba..0479b31dd04 100644 --- a/chat/psi/Makefile +++ b/chat/psi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/07/27 21:44:00 jdolecek Exp $ +# $NetBSD: Makefile,v 1.10 2003/07/27 22:22:22 jdolecek Exp $ DISTNAME= psi-0.9 CATEGORIES= chat @@ -25,6 +25,7 @@ post-configure: do-install: cd ${WRKSRC} && ${QTDIR}/bin/lrelease psi.pro + ${INSTALL_DATA_DIR} ${X11BASE}/share/psi cd ${WRKSRC} && ${CP} -f -pR image iconsets sound certs lang/*.qm \ README COPYING \ ${X11BASE}/share/psi/ |