diff options
author | asau <asau@pkgsrc.org> | 2012-10-25 06:55:37 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-25 06:55:37 +0000 |
commit | 93c0cf7b312bd2ddace1c7ae90cead4845f56858 (patch) | |
tree | caa131cad17b4e52aebb33e65aa8d33b465c8d17 /textproc/ezxml | |
parent | 08ccba303532790b612dfec25a06e14a4a35dc9a (diff) | |
download | pkgsrc-93c0cf7b312bd2ddace1c7ae90cead4845f56858.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'textproc/ezxml')
-rw-r--r-- | textproc/ezxml/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/ezxml/Makefile b/textproc/ezxml/Makefile index cf3e65e64b8..3a9d520290a 100644 --- a/textproc/ezxml/Makefile +++ b/textproc/ezxml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2009/02/16 14:06:22 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2012/10/25 06:55:50 asau Exp $ DISTNAME= ezxml-0.8.5 CATEGORIES= textproc devel @@ -8,8 +8,6 @@ MAINTAINER= yazzy@yazzy.org HOMEPAGE= http://ezxml.sourceforge.net/ COMMENT= Easy to use C library for parsing XML documents -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/ezxml PKG_INSTALLATION_TYPES= overwrite pkgviews |