diff options
author | asau <asau> | 2012-10-03 18:28:15 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-03 18:28:15 +0000 |
commit | b322cbd858eac6ad1f437713614f9ff68d359588 (patch) | |
tree | a10f1215666edf2ae6a29dce6f9dc6da3884375e /fonts/p5-Font-TTFMetrics | |
parent | 86965d96c9865379c45bb7ca7ba2f25320698815 (diff) | |
download | pkgsrc-b322cbd858eac6ad1f437713614f9ff68d359588.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'fonts/p5-Font-TTFMetrics')
-rw-r--r-- | fonts/p5-Font-TTFMetrics/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fonts/p5-Font-TTFMetrics/Makefile b/fonts/p5-Font-TTFMetrics/Makefile index 7484dbec0b7..2a50196c1ae 100644 --- a/fonts/p5-Font-TTFMetrics/Makefile +++ b/fonts/p5-Font-TTFMetrics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2011/10/04 08:37:51 hiramatsu Exp $ +# $NetBSD: Makefile,v 1.8 2012/10/03 18:28:29 asau Exp $ # DISTNAME= Font-TTFMetrics-0.1 @@ -12,8 +12,6 @@ HOMEPAGE= http://search.cpan.org/dist/Font-TTFMetrics/ COMMENT= Perl parser for the True type font metric (TTF) files LICENSE= ${PERL5_LICENSE} -PKG_DESTDIR_SUPPORT= user-destdir - PERL5_PACKLIST= auto/Font/TTFMetrics/.packlist .include "../../lang/perl5/module.mk" |