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 | b52a0a9b9545539eb23fccdbc91473026310e836 (patch) | |
tree | 6eed7a57d3bef605249cae3ca716a48bbe004af0 /devel/cvsup/Makefile.common | |
parent | 220b66939b43b17a20168b4da9eeb0918041d822 (diff) | |
download | pkgsrc-b52a0a9b9545539eb23fccdbc91473026310e836.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/cvsup/Makefile.common')
-rw-r--r-- | devel/cvsup/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/cvsup/Makefile.common b/devel/cvsup/Makefile.common index 5c09ae52ab3..f73c33e44dd 100644 --- a/devel/cvsup/Makefile.common +++ b/devel/cvsup/Makefile.common @@ -1,4 +1,6 @@ -# $NetBSD: Makefile.common,v 1.12 2008/02/28 11:58:48 rillig Exp $ +# $NetBSD: Makefile.common,v 1.13 2009/06/13 06:46:41 rillig Exp $ +# used by devel/cvsup/Makefile +# used by devel/cvsup-gui/Makefile DISTNAME= cvsup-snap-16.1h CATEGORIES= devel net scm |