summaryrefslogtreecommitdiff
path: root/devel/w32api
diff options
context:
space:
mode:
authorkent <kent>2001-11-02 00:30:10 +0000
committerkent <kent>2001-11-02 00:30:10 +0000
commit362d39adff4eb0471db1a36c5e877f26807c23b5 (patch)
tree1190659eea3b8b45ed29649d7ee98dd6364d7886 /devel/w32api
parentca67886357ae4e0699fd4aff5fabc748795b0d6a (diff)
downloadpkgsrc-362d39adff4eb0471db1a36c5e877f26807c23b5.tar.gz
Fix build error.
Diffstat (limited to 'devel/w32api')
-rw-r--r--devel/w32api/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/w32api/Makefile b/devel/w32api/Makefile
index 7ceebc61393..43de20edbb9 100644
--- a/devel/w32api/Makefile
+++ b/devel/w32api/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/10/21 12:39:05 kent Exp $
+# $NetBSD: Makefile,v 1.7 2001/11/02 00:30:10 kent Exp $
# $PEACE: Makefile,v 1.15 2001/10/20 03:00:07 kent Exp $
DISTNAME= w32api-1.1-src
@@ -38,6 +38,7 @@ do-build:
do-install:
${INSTALL_DATA_DIR} ${CROSSBASE}/i386-netbsdpe/include
${INSTALL_DATA} ${WRKDIR}/include/*.h ${CROSSBASE}/i386-netbsdpe/include
+ ${INSTALL_DATA_DIR} ${CROSSBASE}/i386-netbsdpe/lib
${INSTALL_DATA} ${WRKSRC}/lib/lib*.a ${CROSSBASE}/i386-netbsdpe/lib
.include "../../mk/bsd.pkg.mk"