summaryrefslogtreecommitdiff
path: root/textproc/ezxml
diff options
context:
space:
mode:
authorreed <reed>2005-08-29 20:39:37 +0000
committerreed <reed>2005-08-29 20:39:37 +0000
commit76a8bf7e30031611dc051f4abe7be2e431c3f554 (patch)
tree163318ee6fe1a93e9bef3ec521f140f6a3204c97 /textproc/ezxml
parent4138e925a69cc418db06c60a99b0a78c231b310d (diff)
downloadpkgsrc-76a8bf7e30031611dc051f4abe7be2e431c3f554.tar.gz
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 (limited to 'textproc/ezxml')
-rw-r--r--textproc/ezxml/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/ezxml/Makefile b/textproc/ezxml/Makefile
index bb963db80a1..0ae2d5314c1 100644
--- a/textproc/ezxml/Makefile
+++ b/textproc/ezxml/Makefile
@@ -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 @@ WRKSRC= ${WRKDIR}/${PKGNAME:C/-[^-]*$//}
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"