- honor CFLAGS

- rename patch to match our scheme
- bump pkgname

ok steven@
This commit is contained in:
jasper 2006-12-28 22:11:44 +00:00
parent f5e398ecff
commit d78a762ad8
3 changed files with 17 additions and 13 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.8 2004/12/16 00:31:20 alek Exp $
# $OpenBSD: Makefile,v 1.9 2006/12/28 22:11:44 jasper Exp $
COMMENT= "optimise a list of route prefixes"
DISTNAME= aggregate-1.5
PKGNAME= ${DISTNAME}p0
CATEGORIES= net
MASTER_SITES= http://buffoon.automagic.org/dist/ \

View File

@ -1,12 +0,0 @@
$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

View File

@ -0,0 +1,15 @@
$OpenBSD: patch-Makefile_in,v 1.1 2006/12/28 22:11:44 jasper Exp $
--- Makefile.in.orig Thu Dec 28 20:28:08 2006
+++ Makefile.in Thu Dec 28 20:28:21 2006
@@ -25,9 +25,9 @@
INSTALL = @INSTALL@
DEFS = @DEFS@
LIBS = @LIBS@
-CFLAGS = -O
+CFLAGS = @CFLAGS@
LDFLAGS = -s
-prefix = @prefix@
+prefix = ${PREFIX}
SHELL = /bin/sh