diff options
author | asau <asau> | 2012-10-03 11:43:30 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-03 11:43:30 +0000 |
commit | abd62153cbd43e8861920803d0d322f391007391 (patch) | |
tree | 1d24180b8279f1eb471106861cd2a1fe74d87224 /editors/p5-Padre-Plugin-XS | |
parent | f0779b3927592a975e043b2758f4d7c575df8abe (diff) | |
download | pkgsrc-abd62153cbd43e8861920803d0d322f391007391.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'editors/p5-Padre-Plugin-XS')
-rw-r--r-- | editors/p5-Padre-Plugin-XS/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/p5-Padre-Plugin-XS/Makefile b/editors/p5-Padre-Plugin-XS/Makefile index 72f5baa228e..0e4b97e3d23 100644 --- a/editors/p5-Padre-Plugin-XS/Makefile +++ b/editors/p5-Padre-Plugin-XS/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2011/08/14 12:38:58 obache Exp $ +# $NetBSD: Makefile,v 1.4 2012/10/03 11:43:42 asau Exp $ # DISTNAME= Padre-Plugin-XS-0.02 @@ -12,8 +12,6 @@ HOMEPAGE= http://search.cpan.org/dist/Padre-Plugin-XS/ COMMENT= Padre support for perl XS (and perlapi) LICENSE= ${PERL5_LICENSE} -PKG_DESTDIR_SUPPORT= user-destdir - DEPENDS+= p5-Padre>=0.49:../../editors/p5-Padre DEPENDS+= p5-Perl-APIReference>=0.04:../../devel/p5-Perl-APIReference |