diff options
author | obache <obache@pkgsrc.org> | 2011-04-18 11:55:14 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-04-18 11:55:14 +0000 |
commit | 95b767f4945700475ff982e628ed646c6e307633 (patch) | |
tree | 00d8f50c18563f22ddb22226ce024b49458d7c92 | |
parent | 4995c243aca80fc456b1bbf9eb9fccbcb4ebae0e (diff) | |
download | pkgsrc-95b767f4945700475ff982e628ed646c6e307633.tar.gz |
note "used by..." comments
-rw-r--r-- | security/dsniff/Makefile.common | 5 | ||||
-rw-r--r-- | wm/icewm/Makefile.common | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/security/dsniff/Makefile.common b/security/dsniff/Makefile.common index d092a6be9be..193589259e4 100644 --- a/security/dsniff/Makefile.common +++ b/security/dsniff/Makefile.common @@ -1,4 +1,7 @@ -# $NetBSD: Makefile.common,v 1.8 2009/05/06 21:41:29 adrianp Exp $ +# $NetBSD: Makefile.common,v 1.9 2011/04/18 12:01:52 obache Exp $ +# +# used by security/dsniff/Makefile +# used by security/dsniff-nox11/Makefile DISTNAME= dsniff-${VERS} VERS= 2.3 diff --git a/wm/icewm/Makefile.common b/wm/icewm/Makefile.common index 84489ea0c33..ad9336bc26e 100644 --- a/wm/icewm/Makefile.common +++ b/wm/icewm/Makefile.common @@ -1,4 +1,7 @@ -# $NetBSD: Makefile.common,v 1.64 2008/11/27 13:28:05 obache Exp $ +# $NetBSD: Makefile.common,v 1.65 2011/04/18 11:55:14 obache Exp $ +# +# used by wm/icewm/Makefile +# used by wm/icewm-imlib/Makefile DISTNAME= icewm-1.2.35 PKGREVISION= 1 |