Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Aug 2019 21:01:51 +0000 (UTC)
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r351587 - in head/usr.bin: bzip2 bzip2recover
Message-ID:  <201908282101.x7SL1pYs094396@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: markj
Date: Wed Aug 28 21:01:51 2019
New Revision: 351587
URL: https://svnweb.freebsd.org/changeset/base/351587

Log:
  Install all bzip2.1 MLINKs from the same place.
  
  Reported by:	antoine
  MFC after:	3 days
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/usr.bin/bzip2/Makefile
  head/usr.bin/bzip2recover/Makefile

Modified: head/usr.bin/bzip2/Makefile
==============================================================================
--- head/usr.bin/bzip2/Makefile	Wed Aug 28 20:58:24 2019	(r351586)
+++ head/usr.bin/bzip2/Makefile	Wed Aug 28 21:01:51 2019	(r351587)
@@ -12,7 +12,9 @@ LIBADD=	bz2
 
 LINKS=	${BINDIR}/bzip2 ${BINDIR}/bunzip2
 LINKS+=	${BINDIR}/bzip2 ${BINDIR}/bzcat
-MLINKS= bzip2.1 bunzip2.1 bzip2.1 bzcat.1
+MLINKS=	bzip2.1 bunzip2.1 \
+	bzip2.1 bzcat.1 \
+	bzip2.1 bzip2recover.1
 
 REFFILES=	sample1.ref sample2.ref sample3.ref 
 DREFFILES=	sample1.bz2 sample2.bz2 sample3.bz2 

Modified: head/usr.bin/bzip2recover/Makefile
==============================================================================
--- head/usr.bin/bzip2recover/Makefile	Wed Aug 28 20:58:24 2019	(r351586)
+++ head/usr.bin/bzip2recover/Makefile	Wed Aug 28 21:01:51 2019	(r351587)
@@ -6,8 +6,6 @@ BZ2DIR=	${SRCTOP}/contrib/bzip2
 PROG=	bzip2recover
 MAN=
 
-MLINKS+=bzip2.1 bzip2recover.1
-
 NO_WMISSING_VARIABLE_DECLARATIONS=
 
 .include <bsd.prog.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908282101.x7SL1pYs094396>