diff options
author | reed <reed@pkgsrc.org> | 2005-08-29 20:39:37 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-08-29 20:39:37 +0000 |
commit | ca4c22cb170e5db60ef81d1ceafdb743c517d16b (patch) | |
tree | 163318ee6fe1a93e9bef3ec521f140f6a3204c97 /textproc/ezxml | |
parent | c25974a22d2027fbc741fb555dcf5b1f06b7ba61 (diff) | |
download | pkgsrc-ca4c22cb170e5db60ef81d1ceafdb743c517d16b.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/Makefile | 5 |
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" |