From a33f9a9a28b1e8ebeb45312c7cc3f623157b75e5 Mon Sep 17 00:00:00 2001 From: manu Date: Fri, 19 Jul 2019 15:10:53 +0000 Subject: [PATCH] pkgbase: Add a FreeBSD-dpv package Move the dpv related files from FreeBSD-runtime to a new package named FreeBSD-dpv The only consumer is bsdinstall which is already in it's own package. Reviewed by: bapt, gjb Differential Revision: https://reviews.freebsd.org/D20960 --- lib/libdpv/Makefile | 2 +- lib/libfigpar/Makefile | 2 +- usr.bin/dpv/Makefile | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/libdpv/Makefile b/lib/libdpv/Makefile index d9bef05888a5..d2334ee38186 100644 --- a/lib/libdpv/Makefile +++ b/lib/libdpv/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PACKAGE=lib${LIB} +PACKAGE= dpv LIB= dpv SHLIB_MAJOR= 1 INCS= dpv.h diff --git a/lib/libfigpar/Makefile b/lib/libfigpar/Makefile index 6d495462b086..b995e81b29ab 100644 --- a/lib/libfigpar/Makefile +++ b/lib/libfigpar/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PACKAGE=lib${LIB} +PACKAGE= dpv LIB= figpar SHLIB_MAJOR= 0 INCS= figpar.h string_m.h diff --git a/usr.bin/dpv/Makefile b/usr.bin/dpv/Makefile index 93a6cd10db52..bf8fa12740ec 100644 --- a/usr.bin/dpv/Makefile +++ b/usr.bin/dpv/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +PACKAGE= dpv + PROG= dpv CFLAGS+= -I${.CURDIR}