diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-11-03 16:16:27 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-11-03 16:16:27 +0000 |
commit | c0e738018d8914cc51550e4dbf3eb736b46cad99 (patch) | |
tree | 9d1d8992dd5b0b8381d4dfc72956bdb9f359c009 /net/centericq/files/msn-Makefile.in | |
parent | 123ef17f9597759f4aa5b050bc9df4f352a2c37b (diff) | |
download | ports-c0e738018d8914cc51550e4dbf3eb736b46cad99.tar.gz ports-c0e738018d8914cc51550e4dbf3eb736b46cad99.zip |
Notes
Diffstat (limited to 'net/centericq/files/msn-Makefile.in')
-rw-r--r-- | net/centericq/files/msn-Makefile.in | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/net/centericq/files/msn-Makefile.in b/net/centericq/files/msn-Makefile.in new file mode 100644 index 000000000000..b7808b00e830 --- /dev/null +++ b/net/centericq/files/msn-Makefile.in @@ -0,0 +1,32 @@ +--- Makefile.in.orig Sat Oct 25 15:53:45 2003 ++++ Makefile.in Mon Nov 3 20:14:01 2003 +@@ -92,10 +92,10 @@ + USE_NLS = @USE_NLS@ + VERSION = @VERSION@ + +-SUBDIRS = firetalk-0.1 kkconsui-0.1 kkstrtext-0.1 libicq2000-0.1 libjabber-0.1 libyahoo2-0.1 kksystr-0.1 connwrap-0.1 intl po contrib misc share src ++SUBDIRS = blip-0.1 firetalk-0.1 kkconsui-0.1 kkstrtext-0.1 libicq2000-0.1 libjabber-0.1 libyahoo2-0.1 kksystr-0.1 connwrap-0.1 intl po contrib misc share src + + # END OF MOTOR DIST TARGETS # +-EXTRA_DIST = centericq.1 centericq.motor config.rpath FAQ NEWS TODO README THANKS AUTHORS INSTALL ABOUT-NLS ChangeLog COPYING centericq.spec firetalk-0.1/* kkconsui-0.1/* kkstrtext-0.1/* libicq2000-0.1/* libjabber-0.1/* libyahoo2-0.1/* kksystr-0.1/* connwrap-0.1/* ++EXTRA_DIST = centericq.1 centericq.motor config.rpath FAQ NEWS TODO README THANKS AUTHORS INSTALL ABOUT-NLS ChangeLog COPYING centericq.spec blip-0.1/* firetalk-0.1/* kkconsui-0.1/* kkstrtext-0.1/* libicq2000-0.1/* libjabber-0.1/* libyahoo2-0.1/* kksystr-0.1/* connwrap-0.1/* + AUTOMAKE_OPTIONS = foreign + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +@@ -289,6 +289,7 @@ + cd $(top_srcdir) \ + && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile + $(mkinstalldirs) $(distdir)/connwrap-0.1 $(distdir)/firetalk-0.1 \ ++ $(distdir)/blip-0.1 \ + $(distdir)/kkconsui-0.1 $(distdir)/kkstrtext-0.1 \ + $(distdir)/kksystr-0.1 $(distdir)/libicq2000-0.1 \ + $(distdir)/libjabber-0.1 $(distdir)/libyahoo2-0.1 +@@ -388,7 +389,7 @@ + + dist-hook: + cd $(top_distdir); subs=`egrep "^[:space:]*SUBDIRS" Makefile.am | sed 's/SUBDIRS[ =]\+//g'`; \ +- echo "SUBDIRS = firetalk-0.1 kkconsui-0.1 kkstrtext-0.1 libicq2000-0.1 libjabber-0.1 libyahoo2-0.1 kksystr-0.1 connwrap-0.1 $$subs" >>.makefile.am; \ ++ echo "SUBDIRS = blip-0.1 firetalk-0.1 kkconsui-0.1 kkstrtext-0.1 libicq2000-0.1 libjabber-0.1 libyahoo2-0.1 kksystr-0.1 connwrap-0.1 $$subs" >>.makefile.am; \ + egrep -v "^[:space:]*SUBDIRS" Makefile.am >>.makefile.am; \ + mv .makefile.am Makefile.am; autoconf && automake + |