diff options
author | rillig <rillig@pkgsrc.org> | 2009-06-13 06:46:41 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2009-06-13 06:46:41 +0000 |
commit | 7aeef916ce6108e8049b59d1919b14cfc4d7fc03 (patch) | |
tree | 6eed7a57d3bef605249cae3ca716a48bbe004af0 /devel/p5-Tie-RefHash | |
parent | 144f6e032f7e3a34c14d071e73dff5414579f7a7 (diff) | |
download | pkgsrc-7aeef916ce6108e8049b59d1919b14cfc4d7fc03.tar.gz |
Ran pkglint --autofix on the devel/ category. Most of the changes are
simple white-space issues like indentation and trailing spaces. The
others are cross-references for Makefile.common.
Diffstat (limited to 'devel/p5-Tie-RefHash')
-rw-r--r-- | devel/p5-Tie-RefHash/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Tie-RefHash/Makefile b/devel/p5-Tie-RefHash/Makefile index 296aa4e0821..88f43e10b06 100644 --- a/devel/p5-Tie-RefHash/Makefile +++ b/devel/p5-Tie-RefHash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/10/19 19:18:09 he Exp $ +# $NetBSD: Makefile,v 1.3 2009/06/13 06:46:47 rillig Exp $ DISTNAME= Tie-RefHash-1.38 PKGNAME= p5-${DISTNAME} @@ -13,7 +13,7 @@ COMMENT= Use references as hash keys USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Tie/RefHash/.packlist -PKG_DESTDIR_SUPPORT= user-destdir +PKG_DESTDIR_SUPPORT= user-destdir .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |