diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-27 16:33:59 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-27 16:33:59 +0000 |
commit | 1f068a92852326aa9bffcbe0befb263eac4f51e4 (patch) | |
tree | 21677e2233f61c3e1c5132f7723dcded7ba79370 /net-mgmt | |
parent | 34a3d923f4fca4d430ceb9739d416257601994fc (diff) | |
download | ports-1f068a92852326aa9bffcbe0befb263eac4f51e4.tar.gz ports-1f068a92852326aa9bffcbe0befb263eac4f51e4.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/aggregate/Makefile | 6 | ||||
-rw-r--r-- | net-mgmt/aggregate/distinfo | 2 | ||||
-rw-r--r-- | net-mgmt/aggregate/files/patch-aa | 16 |
3 files changed, 5 insertions, 19 deletions
diff --git a/net-mgmt/aggregate/Makefile b/net-mgmt/aggregate/Makefile index 1722af35e892..3acaf67854e6 100644 --- a/net-mgmt/aggregate/Makefile +++ b/net-mgmt/aggregate/Makefile @@ -6,12 +6,14 @@ # PORTNAME= aggregate -PORTVERSION= 1.1 +PORTVERSION= 1.3 CATEGORIES= net MASTER_SITES= http://www.mfnx.net/public/ MAINTAINER= jabley@automagic.org -MAN1= aggregate.1 aggregate-ios.1 +GNU_CONFIGURE= yes + +MAN1= aggregate.1 aggregate-ios.1 .include <bsd.port.mk> diff --git a/net-mgmt/aggregate/distinfo b/net-mgmt/aggregate/distinfo index 7c395337870c..dbc3525c8266 100644 --- a/net-mgmt/aggregate/distinfo +++ b/net-mgmt/aggregate/distinfo @@ -1 +1 @@ -MD5 (aggregate-1.1.tar.gz) = 6371136a8bef3f56da08c2a58c35f5ce +MD5 (aggregate-1.3.tar.gz) = 729839d1da1e61037b25d0d7e48bb1de 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 |