diff options
author | wiz <wiz@pkgsrc.org> | 2014-10-05 16:41:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-10-05 16:41:05 +0000 |
commit | 84aefdbffca035422254247224172afbdcd7a665 (patch) | |
tree | 2480e460ff161850b9fccffc99831a1bbe1baf7e /editors | |
parent | 97f9c28ac844a83561a162290640dd19e96db52b (diff) | |
download | pkgsrc-84aefdbffca035422254247224172afbdcd7a665.tar.gz |
Fix ``Please add a line "# used by foo/bar/Makefile" here.'' warnings.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/ce/Makefile.common | 5 | ||||
-rw-r--r-- | editors/emacs-snapshot/Makefile.common | 4 | ||||
-rw-r--r-- | editors/jed/Makefile.common | 8 |
3 files changed, 10 insertions, 7 deletions
diff --git a/editors/ce/Makefile.common b/editors/ce/Makefile.common index 1543420083c..11501669c64 100644 --- a/editors/ce/Makefile.common +++ b/editors/ce/Makefile.common @@ -1,4 +1,7 @@ -# $NetBSD: Makefile.common,v 1.15 2014/01/28 12:08:07 obache Exp $ +# $NetBSD: Makefile.common,v 1.16 2014/10/05 16:41:06 wiz Exp $ +# +# used by editors/ce-x11/Makefile +# used by editors/ce-doc/Makefile DISTNAME= ce-${VERSION} VERSION= 4.6 diff --git a/editors/emacs-snapshot/Makefile.common b/editors/emacs-snapshot/Makefile.common index 451cf0202eb..78ab3d999ab 100644 --- a/editors/emacs-snapshot/Makefile.common +++ b/editors/emacs-snapshot/Makefile.common @@ -1,4 +1,6 @@ -# $NetBSD: Makefile.common,v 1.65 2014/04/16 21:01:51 joerg Exp $ +# $NetBSD: Makefile.common,v 1.66 2014/10/05 16:41:06 wiz Exp $ +# +# used by editors/emacs-snapshot/Makefile DISTNAME= emacs-snapshot_20140101.orig SNAPDATE= ${DISTNAME:S/emacs-snapshot_//:S/.orig//} diff --git a/editors/jed/Makefile.common b/editors/jed/Makefile.common index e0fdc38303b..78bd2298da2 100644 --- a/editors/jed/Makefile.common +++ b/editors/jed/Makefile.common @@ -1,9 +1,7 @@ -# $NetBSD: Makefile.common,v 1.12 2012/05/23 04:48:35 dholland Exp $ +# $NetBSD: Makefile.common,v 1.13 2014/10/05 16:41:06 wiz Exp $ # - -# used by: -# editors/jed/Makefile -# editors/xjed/Makefile +# used by editors/jed/Makefile +# used by editors/xjed/Makefile DISTNAME= jed-0.99-16 CATEGORIES= editors |