diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-04 07:47:18 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-04 07:47:18 +0000 |
commit | 606a572e11ab7ed23752deff0e6f037e2336a1df (patch) | |
tree | bed8b31ef05c6669d466b3df1f3871c311b6a0af /net/netdude/files/patch-Makefile.in | |
parent | Add libnetdude 0.6, (diff) |
- Update to 0.4.5
- Give maintainership to submitter
PR: ports/66198
Submitted by: Yann Berthier <yb@sainte-barbe.org>
Notes
Notes:
svn path=/head/; revision=108344
Diffstat (limited to 'net/netdude/files/patch-Makefile.in')
-rw-r--r-- | net/netdude/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/netdude/files/patch-Makefile.in b/net/netdude/files/patch-Makefile.in new file mode 100644 index 000000000000..1a2732ba325b --- /dev/null +++ b/net/netdude/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Wed Feb 4 13:46:55 2004 ++++ Makefile.in Wed Feb 4 13:47:24 2004 +@@ -116,7 +116,7 @@ + lndtool = @lndtool@ + version_major = @version_major@ + version_minor = @version_minor@ +-SUBDIRS = libltdl src plugins protocols intl po pixmaps doc m4 ++SUBDIRS = src plugins protocols intl po pixmaps doc m4 + + MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \ + config.h.in config.sub configure install-sh \ |