svn commit: r351587 - in head/usr.bin: bzip2 bzip2recover

Mark Johnston markj at FreeBSD.org
Wed Aug 28 21:01:52 UTC 2019


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>


More information about the svn-src-all mailing list