update to v1.3. from MAINTAINER.

This commit is contained in:
jakob 2001-05-18 15:26:08 +00:00
parent 328056a558
commit cc46529a40
4 changed files with 19 additions and 21 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.2 2001/03/24 19:55:38 jakob Exp $
# $OpenBSD: Makefile,v 1.3 2001/05/18 15:26:08 jakob Exp $
COMMENT= optimise a list of route prefixes
DISTNAME= aggregate-1.1
DISTNAME= aggregate-1.3
CATEGORIES= net
NEED_VERSION= 1.363
@ -15,4 +15,6 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (aggregate-1.1.tar.gz) = 6371136a8bef3f56da08c2a58c35f5ce
RMD160 (aggregate-1.1.tar.gz) = 284ec07e665f68f490240956c71d01153e3a43df
SHA1 (aggregate-1.1.tar.gz) = c98115508ecea6fa48d3d4e0c17961e1ad1a33e7
MD5 (aggregate-1.3.tar.gz) = 729839d1da1e61037b25d0d7e48bb1de
SHA1 (aggregate-1.3.tar.gz) = 0ee49cb39ff105ab9004e176e380cf58c0b44713
RMD160 (aggregate-1.3.tar.gz) = 9d7a09eb9d4b6c1c4e7d1e37513728c8771c6940

View File

@ -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

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-Makefile.in,v 1.1 2001/05/18 15:26:09 jakob Exp $
--- Makefile.in.orig Fri May 18 17:22:53 2001
+++ Makefile.in Fri May 18 17:23:07 2001
@@ -27,7 +27,7 @@ DEFS = @DEFS@
LIBS = @LIBS@
CFLAGS = -O
LDFLAGS = -s
-prefix = @prefix@
+prefix = $(PREFIX)
SHELL = /bin/sh