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-Set-Object | |
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-Set-Object')
-rw-r--r-- | devel/p5-Set-Object/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Set-Object/Makefile b/devel/p5-Set-Object/Makefile index 1b3d69f8657..9c59bee8f78 100644 --- a/devel/p5-Set-Object/Makefile +++ b/devel/p5-Set-Object/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2009/01/20 23:48:57 he Exp $ +# $NetBSD: Makefile,v 1.6 2009/06/13 06:46:46 rillig Exp $ DISTNAME= Set-Object-1.27 PKGNAME= p5-${DISTNAME} @@ -12,7 +12,7 @@ COMMENT= Perl module to manage sets of objects USE_LANGUAGES= c PERL5_PACKLIST= auto/Set/Object/.packlist -PKG_DESTDIR_SUPPORT= user-destdir +PKG_DESTDIR_SUPPORT= user-destdir .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |