aboutsummaryrefslogtreecommitdiff
path: root/net/openbgpd
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2005-10-31 12:05:30 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2005-10-31 12:05:30 +0000
commitab994f2a5e68854ef25377d009cba566cf2a7c79 (patch)
treee0a321819bd5a243cbb8279181ef01ce692681fb /net/openbgpd
parent4c21c7f0c4bf76db3468cb045aefed11ec7bc9bd (diff)
downloadports-ab994f2a5e68854ef25377d009cba566cf2a7c79.tar.gz
ports-ab994f2a5e68854ef25377d009cba566cf2a7c79.zip
Use real prefix path instead of %%PREFIX%% macro for bgpctl(8).
Bump PORTREVISION. Approved by: flz (maintainer)
Notes
Notes: svn path=/head/; revision=146819
Diffstat (limited to 'net/openbgpd')
-rw-r--r--net/openbgpd/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/openbgpd/Makefile b/net/openbgpd/Makefile
index 4c8d581210dd..64da4d0f60a3 100644
--- a/net/openbgpd/Makefile
+++ b/net/openbgpd/Makefile
@@ -7,6 +7,7 @@
PORTNAME= openbgpd
PORTVERSION= 3.7
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/OpenBGPD/:openbsd \
${MASTER_SITE_LOCAL:S/$/:freebsd/g}
@@ -52,7 +53,8 @@ post-patch:
${WRKSRC}/bgpd/bgpd.8 \
${WRKSRC}/bgpd/bgpd.h \
${WRKSRC}/bgpd/bgpd.conf.5 \
- ${WRKSRC}/bgpctl/Makefile
+ ${WRKSRC}/bgpctl/Makefile \
+ ${WRKSRC}/bgpctl/bgpctl.8
@${REINPLACE_CMD} -e "s|__dead ||" \
${WRKSRC}/bgpd/bgpd.c ${WRKSRC}/bgpctl/bgpctl.c
@${REINPLACE_CMD} -e "s|SIMPLEQ|STAILQ|" ${WRKSRC}/bgpd/*