diff options
author | rillig <rillig> | 2009-06-13 06:46:41 +0000 |
---|---|---|
committer | rillig <rillig> | 2009-06-13 06:46:41 +0000 |
commit | 4260642cfd602495f47f774bef2fdf43d0cf36f6 (patch) | |
tree | 6eed7a57d3bef605249cae3ca716a48bbe004af0 /devel/cvsup | |
parent | e91aa835cda32936918c5ccaf80a739ce52bcaab (diff) | |
download | pkgsrc-4260642cfd602495f47f774bef2fdf43d0cf36f6.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')
-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 |