pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/ezxml Use INSTALLATION_DIRS for lib and inclu...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9a038adce6cd
branches: trunk
changeset: 498672:9a038adce6cd
user: reed <reed%pkgsrc.org@localhost>
date: Mon Aug 29 20:39:37 2005 +0000
description:
Use INSTALLATION_DIRS for lib and include also (in addition to
share/doc/ezxml). This fixes problem where it creates include
as a plain file.
Also get rid of INSTALL_DATA_DIR for the doc directory since already done.
diffstat:
textproc/ezxml/Makefile | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r e1e335d59d32 -r 9a038adce6cd textproc/ezxml/Makefile
--- a/textproc/ezxml/Makefile Mon Aug 29 18:46:42 2005 +0000
+++ b/textproc/ezxml/Makefile Mon Aug 29 20:39:37 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/08/01 00:25:04 agc Exp $
+# $NetBSD: Makefile,v 1.2 2005/08/29 20:39:37 reed Exp $
DISTNAME= ezxml-0.8.4
CATEGORIES= textproc devel
@@ -13,12 +13,11 @@
PKG_INSTALLATION_TYPES= overwrite pkgviews
-INSTALLATION_DIRS+= share/doc/ezxml
+INSTALLATION_DIRS+= lib include share/doc/ezxml
do-install:
${INSTALL_DATA} ${WRKSRC}/libezxml.a ${PREFIX}/lib
${INSTALL_DATA} ${WRKSRC}/ezxml.h ${PREFIX}/include
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ezxml
${INSTALL_DATA} ${WRKSRC}/ezxml.txt ${PREFIX}/share/doc/ezxml
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index