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-Ecliptic | |
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-Ecliptic')
-rw-r--r-- | editors/p5-Padre-Plugin-Ecliptic/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/p5-Padre-Plugin-Ecliptic/Makefile b/editors/p5-Padre-Plugin-Ecliptic/Makefile index 0fc077c162d..12c13253fa4 100644 --- a/editors/p5-Padre-Plugin-Ecliptic/Makefile +++ b/editors/p5-Padre-Plugin-Ecliptic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2011/08/14 12:38:56 obache Exp $ +# $NetBSD: Makefile,v 1.4 2012/10/03 11:43:40 asau Exp $ # DISTNAME= Padre-Plugin-Ecliptic-0.19 @@ -12,8 +12,6 @@ HOMEPAGE= http://search.cpan.org/dist/Padre-Plugin-Ecliptic/ COMMENT= Padre plugin that provides Eclipse-like useful features LICENSE= ${PERL5_LICENSE} -PKG_DESTDIR_SUPPORT= user-destdir - DEPENDS+= p5-Class-XSAccessor>=1.05:../../devel/p5-Class-XSAccessor DEPENDS+= p5-File-Which>=0.05:../../devel/p5-File-Which DEPENDS+= p5-Padre>=0.43:../../editors/p5-Padre |