diff options
author | wiz <wiz@pkgsrc.org> | 2005-11-09 22:49:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-11-09 22:49:45 +0000 |
commit | 92e4c1c9d7d02886415169c0c30a9b2cca34af0d (patch) | |
tree | ad0e6d243bb24beb18212bd8749fe66c8d327b08 /textproc | |
parent | cce838a68b3c519503fcc8818b9c4b0b176a5c20 (diff) | |
download | pkgsrc-92e4c1c9d7d02886415169c0c30a9b2cca34af0d.tar.gz |
Fix WRKSRC (hi rillig!).
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ezxml/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/ezxml/Makefile b/textproc/ezxml/Makefile index 5684fa0b4b1..fa5eb653cd9 100644 --- a/textproc/ezxml/Makefile +++ b/textproc/ezxml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/11/05 17:24:15 rillig Exp $ +# $NetBSD: Makefile,v 1.5 2005/11/09 22:49:45 wiz Exp $ DISTNAME= ezxml-0.8.5 CATEGORIES= textproc devel @@ -9,6 +9,8 @@ MAINTAINER= yazzy@yazzy.org HOMEPAGE= http://ezxml.sourceforge.net/ COMMENT= Easy to use C library for parsing XML documents +WRKSRC= ${WRKDIR}/ezxml + PKG_INSTALLATION_TYPES= overwrite pkgviews INSTALLATION_DIRS+= lib include share/doc/ezxml |