svn commit: r330604 - head/net/openbgpd
Hiroki Sato
hrs at FreeBSD.org
Thu Oct 17 06:19:26 UTC 2013
Author: hrs
Date: Thu Oct 17 06:19:25 2013
New Revision: 330604
URL: http://svnweb.freebsd.org/changeset/ports/330604
Log:
Add STAGEDIR support.
Modified:
head/net/openbgpd/Makefile
Modified: head/net/openbgpd/Makefile
==============================================================================
--- head/net/openbgpd/Makefile Thu Oct 17 06:11:39 2013 (r330603)
+++ head/net/openbgpd/Makefile Thu Oct 17 06:19:25 2013 (r330604)
@@ -14,29 +14,21 @@ COMMENT= Free implementation of the Bord
CONFLICTS= zebra-[0-9]* quagga-[0-9]*
-OPTIONS_DEFINE= IPV6LLPEER
-OPTIONS_DEFAULT=IPV6LLPEER
-IPV6LLPEER_DESC=Support nexthop using IPv6 link-local address
-
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 700000
-BROKEN= does not build
-.endif
-
WRKSRC= ${WRKDIR}
-MANCOMPRESSED= yes
USE_RC_SUBR= ${PORTNAME}
-PLIST_FILES= sbin/bgpctl sbin/bgpd
+PLIST_FILES= sbin/bgpctl sbin/bgpd man/man5/bgpd.conf.5.gz \
+ man/man8/bgpctl.8.gz man/man8/bgpd.8.gz
SUB_FILES= pkg-message
USERS= _bgpd
GROUPS= _bgpd
-MAN5= bgpd.conf.5
-MAN8= bgpctl.8 bgpd.8
+OPTIONS_DEFINE= IPV6LLPEER
+OPTIONS_DEFAULT=IPV6LLPEER
+IPV6LLPEER_DESC=Support nexthop using IPv6 link-local address
+
+.include <bsd.port.options.mk>
-.if !defined(WITHOUT_IPV6LLPEER)
+.if ${PORT_OPTIONS:MIPV6LLPEER)
MAKE_ARGS= -DIPV6_LINKLOCAL_PEER
.endif
@@ -46,7 +38,4 @@ post-patch:
${WRKSRC}/bgpd/bgpd.conf.5 \
${WRKSRC}/bgpctl/bgpctl.8
-post-install:
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
More information about the svn-ports-head
mailing list