git: aef2d41f386a - stable/13 - pkgbase: Move spppcontrol to FreeBSD-ppp
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Jan 2022 17:24:06 UTC
The branch stable/13 has been updated by manu:
URL: https://cgit.FreeBSD.org/src/commit/?id=aef2d41f386a438af86357749f714f7410521631
commit aef2d41f386a438af86357749f714f7410521631
Author: Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2021-09-01 17:03:38 +0000
Commit: Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2022-01-05 17:23:49 +0000
pkgbase: Move spppcontrol to FreeBSD-ppp
This program belong with the other ppp-related programs.
Differential Revision: https://reviews.freebsd.org/D31792
Reviewed by: emaste
(cherry picked from commit 0818f499bc28835c7db6df80d9aa5cc3dc99b2d9)
---
sbin/spppcontrol/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sbin/spppcontrol/Makefile b/sbin/spppcontrol/Makefile
index 3287fcf24126..04173201cfde 100644
--- a/sbin/spppcontrol/Makefile
+++ b/sbin/spppcontrol/Makefile
@@ -1,5 +1,7 @@
# $FreeBSD$
+PACKAGE= ppp
+
PROG= spppcontrol
MAN= spppcontrol.8
WARNS?= 2