diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-28 05:01:05 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-28 05:01:05 +0000 |
commit | a7ec0f42245f00f53fc5bbe5df8ec5311c28bf91 (patch) | |
tree | 11c846142d1b1c8e2f400c98d81da25e3c0e52ba /net-im/naim/files/patch-Makefile.in | |
parent | Update to 0.11. This release fixes two critical bugs with the custom (diff) |
update net/naim: 0.11.5.9 -> 0.11.6
PR: 54962
Submitted by: Ryan T. Dean <rtdean-dated-1060379941.153f97@cytherianage.net> (maintainer)
Diffstat (limited to 'net-im/naim/files/patch-Makefile.in')
-rw-r--r-- | net-im/naim/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-im/naim/files/patch-Makefile.in b/net-im/naim/files/patch-Makefile.in new file mode 100644 index 000000000000..7c365c46ec73 --- /dev/null +++ b/net-im/naim/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.old Fri Jul 25 14:13:27 2003 ++++ Makefile.in Fri Jul 25 14:09:57 2003 +@@ -158,7 +158,7 @@ + + + man_MANS = naim.1 +-bin_SCRIPTS = contrib/sendim.sh ++#bin_SCRIPTS = contrib/sendim.sh + pkginclude_HEADERS = include/naim/naim.h include/naim/modutil.h include/naim/secs.h + + pkgtbz2 = `echo ${pkgtarball} | sed 's/gz$$/bz2/'` |