diff options
Diffstat (limited to 'net-mgmt/aggregate/files/patch-aa')
-rw-r--r-- | net-mgmt/aggregate/files/patch-aa | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/net-mgmt/aggregate/files/patch-aa b/net-mgmt/aggregate/files/patch-aa deleted file mode 100644 index b90dbc3c7e9a..000000000000 --- a/net-mgmt/aggregate/files/patch-aa +++ /dev/null @@ -1,16 +0,0 @@ ---- 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 |