diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-02-02 09:43:44 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-02-02 09:43:44 +0000 |
commit | 9055ce1415181ecd4240104ba73122605e60eb20 (patch) | |
tree | 1bb24c0a7f2d5cd8d742fd6cc33e38b2d2ba3c85 /net/openbgpd | |
parent | 3cf0eac5efd1c96c4aee9e5fa327b073d0c11eb2 (diff) |
Notes
Diffstat (limited to 'net/openbgpd')
-rw-r--r-- | net/openbgpd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/openbgpd/Makefile b/net/openbgpd/Makefile index f4546262b1fc..7de2994c9309 100644 --- a/net/openbgpd/Makefile +++ b/net/openbgpd/Makefile @@ -16,9 +16,10 @@ LICENSE_FILE= ${FILESDIR}/COPYING CONFLICTS= zebra-[0-9]* quagga-[0-9]* -WRKSRC= ${WRKDIR} USES= tar:tgz uidfix USE_RC_SUBR= ${PORTNAME} + +NO_WRKSUBDIR= yes 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 |