Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Aug 2021 12:38:02 GMT
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: e06b8f112803 - main - pkgbase: Add nfsiod to the FreeBSD-nfs package
Message-ID:  <202108061238.176Cc2D2092201@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by manu:

URL: https://cgit.FreeBSD.org/src/commit/?id=e06b8f11280397d7fdaa27d8d6f8eec9e4c707b3

commit e06b8f11280397d7fdaa27d8d6f8eec9e4c707b3
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2021-08-05 16:17:34 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2021-08-06 12:37:35 +0000

    pkgbase: Add nfsiod to the FreeBSD-nfs package
    
    Missed in 081fb644925f
---
 sbin/nfsiod/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sbin/nfsiod/Makefile b/sbin/nfsiod/Makefile
index 47cd290ec78e..912dd19e25cb 100644
--- a/sbin/nfsiod/Makefile
+++ b/sbin/nfsiod/Makefile
@@ -4,4 +4,6 @@
 PROG=	nfsiod
 MAN=	nfsiod.8
 
+PACKAGE=	nfs
+
 .include <bsd.prog.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108061238.176Cc2D2092201>