diff options
author | roam <roam@FreeBSD.org> | 2001-03-04 23:48:52 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2001-03-04 23:48:52 +0800 |
commit | 29e411519b56641141df23b26a072df5db2aaf8a (patch) | |
tree | 3e69b95079afa253b919c91b281f1b40e6bf0ab6 /net/aggregate/files | |
parent | e4738c13dd250a41cc59e8285b205bee82542a5f (diff) | |
download | freebsd-ports-gnome-29e411519b56641141df23b26a072df5db2aaf8a.tar.gz freebsd-ports-gnome-29e411519b56641141df23b26a072df5db2aaf8a.tar.zst freebsd-ports-gnome-29e411519b56641141df23b26a072df5db2aaf8a.zip |
Add aggregate, a utility for optimizing a list of network prefixes.
PR: 25143
Submitted by: Joe Abley <jabley@automagic.org>
Diffstat (limited to 'net/aggregate/files')
-rw-r--r-- | net/aggregate/files/patch-aa | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net/aggregate/files/patch-aa b/net/aggregate/files/patch-aa new file mode 100644 index 000000000000..b90dbc3c7e9a --- /dev/null +++ b/net/aggregate/files/patch-aa @@ -0,0 +1,16 @@ +--- aggregate-1.1/Makefile Fri Feb 16 11:31:55 2001 ++++ Makefile Fri Feb 16 13:27:38 2001 +@@ -27,9 +27,9 @@ + rm aggregate + + install: aggregate aggregate.1 +- install -c -g wheel -m 0755 -o root aggregate /usr/local/bin/ +- install -c -g wheel -m 0644 -o root aggregate.1 /usr/local/man/man1/ +- install -c -g wheel -m 0755 -o root aggregate-ios /usr/local/bin/ +- install -c -g wheel -m 0644 -o root aggregate-ios.1 /usr/local/man/man1/ ++ install -c -g wheel -m 0755 -o root aggregate ${PREFIX}/bin/ ++ install -c -g wheel -m 0644 -o root aggregate.1 ${PREFIX}/man/man1/ ++ install -c -g wheel -m 0755 -o root aggregate-ios ${PREFIX}/bin/ ++ install -c -g wheel -m 0644 -o root aggregate-ios.1 ${PREFIX}/man/man1/ + + aggregate: aggregate.c |