aboutsummaryrefslogtreecommitdiffstats
path: root/net/gated
diff options
context:
space:
mode:
Diffstat (limited to 'net/gated')
-rw-r--r--net/gated/Makefile17
-rw-r--r--net/gated/pkg-comment2
-rw-r--r--net/gated/pkg-descr2
3 files changed, 13 insertions, 8 deletions
diff --git a/net/gated/Makefile b/net/gated/Makefile
index 69b9bc8277a..986ecfa08e3 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 b27c23a55d8..51b6f53532e 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 ee2e3842cc6..f2489ccefa3 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/