From 76a8bf7e30031611dc051f4abe7be2e431c3f554 Mon Sep 17 00:00:00 2001 From: reed Date: Mon, 29 Aug 2005 20:39:37 +0000 Subject: 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. --- textproc/ezxml/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'textproc/ezxml') 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" -- cgit v1.2.3