Have /usr/bin/tar be a symlink to /usr/bin/gtar rather
than a hardlink. This will make it easier for people to tell which system tar they're currently using.
This commit is contained in:
parent
f7c7cf42cc
commit
020a53a0cc
@ -6,7 +6,7 @@ TARDIR= ${.CURDIR}/../../../contrib/tar
|
||||
PROG= gtar
|
||||
|
||||
.if !defined(WITH_BSDTAR)
|
||||
LINKS= ${BINDIR}/gtar ${BINDIR}/tar
|
||||
SYMLINKS= ${BINDIR}/gtar ${BINDIR}/tar
|
||||
MLINKS= gtar.1 tar.1
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user