aboutsummaryrefslogtreecommitdiff
path: root/sysutils/debootstrap
diff options
context:
space:
mode:
authorDancho Penev <dpslavov@hotmail.com>2024-02-18 15:28:38 +0000
committerGleb Popov <arrowd@FreeBSD.org>2024-02-18 16:03:00 +0000
commit38449b84d74605ce2bedfa7b1e6e88d08d7116c4 (patch)
tree0f65a354eddcc4d2b4d0ed257b3f1c33ac80f5de /sysutils/debootstrap
parent8d59f2fa7ab4d0cbb453de2337c79151108fb94f (diff)
downloadports-38449b84d74605ce2bedfa7b1e6e88d08d7116c4.tar.gz
ports-38449b84d74605ce2bedfa7b1e6e88d08d7116c4.zip
sysutils/debootstrap: Fix when setting up Debian bookworm.
PR: 274298 Approved by: nc (maintainer timeout)
Diffstat (limited to 'sysutils/debootstrap')
-rw-r--r--sysutils/debootstrap/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/sysutils/debootstrap/Makefile b/sysutils/debootstrap/Makefile
index 774dc3fd51fd..75b4fd2cd320 100644
--- a/sysutils/debootstrap/Makefile
+++ b/sysutils/debootstrap/Makefile
@@ -1,6 +1,6 @@
PORTNAME= debootstrap
PORTVERSION= ${DEB_VERSION}n${DEB_NMU}
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= sysutils
MASTER_SITES= DEBIAN
DISTNAME= ${PORTNAME}_${DEB_VERSION}+nmu${DEB_NMU}
@@ -16,6 +16,7 @@ RUN_DEPENDS= wget:ftp/wget \
bash:shells/bash \
${LOCALBASE}/bin/grep:textproc/gnugrep \
gpgv2:security/gnupg \
+ gtar:archivers/gtar \
${LOCALBASE}/share/keyrings/ubuntu-archive-keyring.gpg:security/ubuntu-keyring
USES= gmake perl5
@@ -43,6 +44,10 @@ post-patch:
@${REINPLACE_CMD} -e 's,grep,${LOCALBASE}/bin/grep,g' \
${WRKSRC}/functions
+ # ports/274298
+ @${REINPLACE_CMD} -e 's, tar , ${LOCALBASE}/bin/gtar ,g' \
+ ${WRKSRC}/functions
+
post-install:
${INSTALL_MAN} ${WRKSRC}/debootstrap.8 \
${STAGEDIR}${PREFIX}/share/man/man8/debootstrap.8