diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1999-04-11 11:48:57 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1999-04-11 11:48:57 +0000 |
commit | 521368db3bc1aba750cf47363d32c73f6cd58545 (patch) | |
tree | 8c9d4a26d7bb4bd7c987b2f476acc7d705d41a6d /net/zebra | |
parent | e7d87ad7530ee809a6416e4296aa648b83fac721 (diff) | |
download | ports-521368db3bc1aba750cf47363d32c73f6cd58545.tar.gz ports-521368db3bc1aba750cf47363d32c73f6cd58545.zip |
Notes
Diffstat (limited to 'net/zebra')
-rw-r--r-- | net/zebra/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/zebra/Makefile b/net/zebra/Makefile index 7a9546c0fd44..c917134dfffc 100644 --- a/net/zebra/Makefile +++ b/net/zebra/Makefile @@ -3,7 +3,7 @@ # Date created: So 31 Mai 1998 11:00:30 CEST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.1.2.1.2.1.10.2 1999/01/05 11:03:50 itojun Exp $ +# $Id: Makefile,v 1.8 1999/01/07 06:28:35 itojun Exp $ # DISTNAME= zebra-981222 @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/ # you might need debugging, it's a developer release ! #CFLAGS+= -g -MAINTAINER= andreas@FreeBSD.org +MAINTAINER= andreas@FreeBSD.ORG GNU_CONFIGURE= yes CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc/zebra |