summaryrefslogtreecommitdiff
path: root/x11/qwspritefield
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/qwspritefield
parent412af280c005dfc946b85f88a9e754232c586fc7 (diff)
downloadpkgsrc-e46a9dd38060ef6414b4db2f15402a701e32c7b7.tar.gz
Create directories before installing files into them.
Diffstat (limited to 'x11/qwspritefield')
-rw-r--r--x11/qwspritefield/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/qwspritefield/Makefile b/x11/qwspritefield/Makefile
index 79b9ae60462..b180f09b94f 100644
--- a/x11/qwspritefield/Makefile
+++ b/x11/qwspritefield/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2005/06/01 18:03:30 jlam Exp $
+# $NetBSD: Makefile,v 1.26 2005/06/17 03:50:44 jlam Exp $
DISTNAME= QwSpriteField1.6
PKGNAME= qwspritefield-1.6
@@ -19,10 +19,13 @@ QW_INCLUDES= Pix.h QwCluster.h QwPublicList.h QwSpriteField.h
MAKE_ENV+= CXX=${CXX:Q} QTDIR=${QT1DIR:Q}
+INSTALLATION_DIRS= lib
+
do-install:
@${LIBTOOL} --mode=install ${INSTALL_LIB} ${WRKSRC}/libQwSpriteField.la \
${PREFIX}/lib
@QT1DIR=${QT1DIR}; \
+ ${INSTALL_DATA_DIR} $$QT1DIR/include; \
for FILE in ${QW_INCLUDES}; do \
${INSTALL_DATA} ${WRKSRC}/$$FILE $$QT1DIR/include; \
done