diff options
author | steve <steve@FreeBSD.org> | 2000-12-11 02:58:15 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-12-11 02:58:15 +0000 |
commit | bcfecbf2285d687ce5f7aef150454b3c6bc6bd7e (patch) | |
tree | 5c4901cba866bbabec9b55c0d0d24ee616fdfcdb | |
parent | 9ae67eb11b699d429b7f53beb68ccc85b23b7140 (diff) | |
download | FreeBSD-ports-bcfecbf2285d687ce5f7aef150454b3c6bc6bd7e.zip FreeBSD-ports-bcfecbf2285d687ce5f7aef150454b3c6bc6bd7e.tar.gz |
- make -> MAKE
- Remove trailing period from pkg-comment
- Add WWW: line
PR: 23277
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
-rw-r--r-- | net/gated/Makefile | 17 | ||||
-rw-r--r-- | net/gated/pkg-comment | 2 | ||||
-rw-r--r-- | net/gated/pkg-descr | 2 |
3 files changed, 13 insertions, 8 deletions
diff --git a/net/gated/Makefile b/net/gated/Makefile index 69b9bc8..986ecfa 100644 --- a/net/gated/Makefile +++ b/net/gated/Makefile @@ -8,18 +8,21 @@ PORTNAME= gated PORTVERSION= 3.6.0 CATEGORIES= net -MASTER_SITES= http://www.gated.org/gated-web/code/source/gated/ -DISTNAME= gated-pub -WRKSRC= ${WRKDIR}/gated-public-3_6 +MASTER_SITES= http://www.gated.org/gated-web/code/source/gated/ +DISTNAME= ${PORTNAME}-pub MAINTAINER= dec@FreeBSD.org -GNU_CONFIGURE= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-public-3_6 + +GNU_CONFIGURE= yes post-configure: - cd ${WRKSRC} && make depend + cd ${WRKSRC} && ${MAKE} depend -post-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/gdc/gdc ${WRKSRC}/src/ospf_monitor/ospf_monitor ${WRKSRC}/src/ripquery/ripquery ${PREFIX}/sbin +do-install: +.for file in gated/gated gdc/gdc ospf_monitor/ospf_monitor ripquery/ripquery + ${INSTALL_PROGRAM} ${WRKSRC}/src/${file} ${PREFIX}/sbin +.endfor .include <bsd.port.mk> diff --git a/net/gated/pkg-comment b/net/gated/pkg-comment index b27c23a..51b6f53 100644 --- a/net/gated/pkg-comment +++ b/net/gated/pkg-comment @@ -1 +1 @@ -Routing protocol daemon. +Routing protocol daemon diff --git a/net/gated/pkg-descr b/net/gated/pkg-descr index ee2e384..f2489cc 100644 --- a/net/gated/pkg-descr +++ b/net/gated/pkg-descr @@ -2,3 +2,5 @@ GateD routing protocol daemon This program implements various routing protocols such as OSPF, RIP, EGP, HELLO, BGP, ISIS, et al. + +WWW: http://www.gated.org/ |