diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2002-06-17 07:52:36 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2002-06-17 07:52:36 +0000 |
commit | 237f55ba171f34864ef5495baf2f7d70834cdb53 (patch) | |
tree | 9d09ba6ba4425b0e1882c920a62809714fc8fb31 /net/ipfm/files/patch-ab | |
parent | o Update to version 3.4.2 (diff) |
Update from 0.10.4 to 0.11.4
Install manpages correctly
Various fixes
PR: 39248
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=61412
Diffstat (limited to 'net/ipfm/files/patch-ab')
-rw-r--r-- | net/ipfm/files/patch-ab | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/ipfm/files/patch-ab b/net/ipfm/files/patch-ab deleted file mode 100644 index 996ed7f79691..000000000000 --- a/net/ipfm/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- ipfm-0.10.4/Makefile.in Mon Oct 11 15:45:58 1999 -+++ ipfm-0.10.4.orig/Makefile.in Sun Mar 5 00:48:36 2000 -@@ -15,7 +15,7 @@ - - install: all - $(INSTALL) -d -m 755 $(SBINDIR) -- $(INSTALL) -m 755 source/ipfm $(SBINDIR)/ipfm -+ $(INSTALL) -s -m 755 source/ipfm $(SBINDIR)/ipfm - $(INSTALL) -d -m 755 $(ETCDIR) - [ -f $(CONFIGURATION_FILE) ] || \ - $(INSTALL) -m 644 ipfm.conf.sample $(CONFIGURATION_FILE) |