diff options
author | wiz <wiz@pkgsrc.org> | 2016-05-28 06:47:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-05-28 06:47:51 +0000 |
commit | 8934927e4c97013e4e6e536143af60c4e2c9e4f4 (patch) | |
tree | 354981f4462c61bdbc1e1e8f3fa4e476c73eb35e | |
parent | 666093ee087a2bb95b913a4317990655c274c813 (diff) | |
download | pkgsrc-8934927e4c97013e4e6e536143af60c4e2c9e4f4.tar.gz |
Use standard format for 'used by' lines, since some tools make use of this.
-rw-r--r-- | textproc/libxml2/Makefile.common | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/textproc/libxml2/Makefile.common b/textproc/libxml2/Makefile.common index abefbb584ba..5e32f974df6 100644 --- a/textproc/libxml2/Makefile.common +++ b/textproc/libxml2/Makefile.common @@ -1,8 +1,7 @@ -# $NetBSD: Makefile.common,v 1.1 2016/05/27 23:51:10 pgoyette Exp $ - -# Used by: -# textproc/libxml2/Makefile -# textproc/py-libxml2/Makefile +# $NetBSD: Makefile.common,v 1.2 2016/05/28 06:47:51 wiz Exp $ +# +# used by textproc/libxml2/Makefile +# used by textproc/py-libxml2/Makefile DISTNAME= libxml2-2.9.4 CATEGORIES= textproc |