diff options
author | asau <asau@pkgsrc.org> | 2012-10-04 09:19:16 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-04 09:19:16 +0000 |
commit | 0f7725b1f1876b021708c8a1867b994378478e75 (patch) | |
tree | 2ccac5dcf6210c192391b04516d405ccf0a6f5f5 /geography/p5-Geo-Coordinates-UTM | |
parent | 236aef157e21f087b341a1b9d14766d509311afa (diff) | |
download | pkgsrc-0f7725b1f1876b021708c8a1867b994378478e75.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'geography/p5-Geo-Coordinates-UTM')
-rw-r--r-- | geography/p5-Geo-Coordinates-UTM/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/geography/p5-Geo-Coordinates-UTM/Makefile b/geography/p5-Geo-Coordinates-UTM/Makefile index b3546f15242..aa600d78b52 100644 --- a/geography/p5-Geo-Coordinates-UTM/Makefile +++ b/geography/p5-Geo-Coordinates-UTM/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2012/10/03 21:56:06 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2012/10/04 09:19:19 asau Exp $ # DISTNAME= Geo-Coordinates-UTM-0.09 @@ -12,8 +12,6 @@ HOMEPAGE= http://search.cpan.org/dist/Geo-Coordinates-UTM/ COMMENT= Perl extension for Latitude Longitude conversions LICENSE= ${PERL5_LICENSE} -PKG_DESTDIR_SUPPORT= user-destdir - USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Geo/Coordinates/UTM/.packlist |