summaryrefslogtreecommitdiff
path: root/x11/swing
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-06-17 03:50:19 +0000
committerjlam <jlam@pkgsrc.org>2005-06-17 03:50:19 +0000
commite46a9dd38060ef6414b4db2f15402a701e32c7b7 (patch)
tree067490bfc0f733c9b522363134ffa36e43b49192 /x11/swing
parent412af280c005dfc946b85f88a9e754232c586fc7 (diff)
downloadpkgsrc-e46a9dd38060ef6414b4db2f15402a701e32c7b7.tar.gz
Create directories before installing files into them.
Diffstat (limited to 'x11/swing')
-rw-r--r--x11/swing/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/swing/Makefile b/x11/swing/Makefile
index ee760cd6bdf..7aed0209b3c 100644
--- a/x11/swing/Makefile
+++ b/x11/swing/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2004/01/20 12:28:27 agc Exp $
+# $NetBSD: Makefile,v 1.25 2005/06/17 03:50:44 jlam Exp $
DISTNAME= swing1_1_1
PKGNAME= swing-1.1.1
@@ -42,6 +42,7 @@ EGDIR= ${PREFIX}/share/examples/swing
HTMLDIR= ${PREFIX}/share/doc/html/swing
do-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/lib/java
${INSTALL_DATA_DIR} ${SWINGDIR}
${INSTALL_DATA} ${WRKSRC}/swingall.jar ${PREFIX}/lib/java
${INSTALL_DATA} ${WRKSRC}/beaninfo.jar ${SWINGDIR}