summaryrefslogtreecommitdiff
path: root/devel/libaura/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2005-02-20 00:52:46 +0000
committerxtraeme <xtraeme@pkgsrc.org>2005-02-20 00:52:46 +0000
commit86c89deea606be327d3474226900b3e1560e9752 (patch)
treecc4f8c56062031e828d21a468ce2800e9429c1a6 /devel/libaura/Makefile
parentb96ff627416bd599797fd805a591f3b0086632fc (diff)
downloadpkgsrc-86c89deea606be327d3474226900b3e1560e9752.tar.gz
Do not use the BSD makefiles to install the files, because it tries
to install the files into /lib, use our own do-install target.
Diffstat (limited to 'devel/libaura/Makefile')
-rw-r--r--devel/libaura/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/devel/libaura/Makefile b/devel/libaura/Makefile
index 2aa4f4a8000..945284a9429 100644
--- a/devel/libaura/Makefile
+++ b/devel/libaura/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2005/02/20 00:23:03 xtraeme Exp $
+# $NetBSD: Makefile,v 1.3 2005/02/20 00:52:46 xtraeme Exp $
#
DISTNAME= libaura-2.0
@@ -19,4 +19,11 @@ SUBST_FILES.prefix= Makefile
SUBST_SED.prefix= -e "s,/usr/local,${PREFIX},g"
SUBST_MESSAGE.prefix= "Fixing hardcoded paths."
+INSTALLATION_DIRS= include/aura lib
+
+do-install:
+ ${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include/aura
+ ${INSTALL_LIB} ${WRKSRC}/libaura.so* ${PREFIX}/lib
+ ${INSTALL_LIB} ${WRKSRC}/*.a ${PREFIX}/lib
+
.include "../../mk/bsd.pkg.mk"