diff options
author | asau <asau@pkgsrc.org> | 2012-10-28 06:30:00 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-28 06:30:00 +0000 |
commit | 6d2a5eb0194403a26ecfc1ccd2d02c7ca7875bfb (patch) | |
tree | 2a7fd30e4ee838f24d3e799d8f0f744759aaf6f0 /www/p5-WordPress-XMLRPC | |
parent | 7921180beeb1b652f54dd21818789c08d8102ba1 (diff) | |
download | pkgsrc-6d2a5eb0194403a26ecfc1ccd2d02c7ca7875bfb.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'www/p5-WordPress-XMLRPC')
-rw-r--r-- | www/p5-WordPress-XMLRPC/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/p5-WordPress-XMLRPC/Makefile b/www/p5-WordPress-XMLRPC/Makefile index 8d0493427cd..05c05395aea 100644 --- a/www/p5-WordPress-XMLRPC/Makefile +++ b/www/p5-WordPress-XMLRPC/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2012/10/03 21:59:03 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2012/10/28 06:30:56 asau Exp $ # DISTNAME= WordPress-XMLRPC-1.23 @@ -12,8 +12,6 @@ HOMEPAGE= http://search.cpan.org/dist/WordPress-XMLRPC/ COMMENT= Perl 5 API to WordPress XML-RPC services LICENSE= ${PERL5_LICENSE} -PKG_DESTDIR_SUPPORT= user-destdir - DEPENDS+= p5-LEOCHARRE-CLI2-[0-9]*:../../devel/p5-LEOCHARRE-CLI2 DEPENDS+= p5-LEOCHARRE-Debug-[0-9]*:../../devel/p5-LEOCHARRE-Debug DEPENDS+= p5-SOAP-Lite>=0.71.08:../../net/p5-SOAP-Lite |