diff options
Diffstat (limited to 'sysutils/debootstrap/Makefile')
-rw-r--r-- | sysutils/debootstrap/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/sysutils/debootstrap/Makefile b/sysutils/debootstrap/Makefile index 75b4fd2cd320..331caf5869d6 100644 --- a/sysutils/debootstrap/Makefile +++ b/sysutils/debootstrap/Makefile @@ -1,6 +1,6 @@ PORTNAME= debootstrap PORTVERSION= ${DEB_VERSION}n${DEB_NMU} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= DEBIAN DISTNAME= ${PORTNAME}_${DEB_VERSION}+nmu${DEB_NMU} @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/debian/copyright RUN_DEPENDS= wget:ftp/wget \ bash:shells/bash \ - ${LOCALBASE}/bin/grep:textproc/gnugrep \ + pcregrep:devel/pcre \ gpgv2:security/gnupg \ gtar:archivers/gtar \ ${LOCALBASE}/share/keyrings/ubuntu-archive-keyring.gpg:security/ubuntu-keyring @@ -40,14 +40,6 @@ post-patch: @${FIND} ${WRKSRC}/scripts -type f | \ ${XARGS} ${REINPLACE_CMD} -e 's,/usr/share/keyrings,${LOCALBASE}/share/keyrings,g' - # Workaround for bin/255525 - @${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 |