Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Apr 2026 07:34:19 +0000
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4e049853251c - main - ports-mgmt/pkg-devel: fix missing pkg.conf.sample
Message-ID:  <69f062fb.349f2.2110e48c@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4e049853251c2041f0f84a2167fd18f94142f22e

commit 4e049853251c2041f0f84a2167fd18f94142f22e
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2026-04-28 07:33:40 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2026-04-28 07:34:12 +0000

    ports-mgmt/pkg-devel: fix missing pkg.conf.sample
    
    PR:     294836
---
 ports-mgmt/pkg-devel/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ports-mgmt/pkg-devel/Makefile b/ports-mgmt/pkg-devel/Makefile
index e22569c25320..76bbd6922016 100644
--- a/ports-mgmt/pkg-devel/Makefile
+++ b/ports-mgmt/pkg-devel/Makefile
@@ -68,6 +68,7 @@ post-build:
 .endif
 
 post-install:
+	${INSTALL_DATA} ${WRKSRC}/src/pkg.conf.sample ${STAGEDIR}${PREFIX}/etc/
 	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/compat/pkg
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/NEWS ${STAGEDIR}${DOCSDIR}/NEWS


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f062fb.349f2.2110e48c>