Deorbit gtar, step 1: Remove WITH_GTAR knob.

"tar" is now always a synonym for "bsdtar".
  People who need gtar can access it as "gtar."

Approved by:	No objections on arch@
This commit is contained in:
Tim Kientzle 2005-03-20 20:38:46 +00:00
parent ddc5ac8b73
commit 1ca479296c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=143889
2 changed files with 0 additions and 5 deletions

View file

@ -5,10 +5,8 @@ TARDIR= ${.CURDIR}/../../../contrib/tar
PROG= gtar
.if defined(WITH_GTAR)
SYMLINKS= ${BINDIR}/gtar ${BINDIR}/tar
MLINKS= gtar.1 tar.1
.endif
SUBDIR= doc

View file

@ -14,11 +14,8 @@ DPADD= ${LIBARCHIVE} ${LIBBZ2} ${LIBZ}
LDADD= -larchive -lbz2 -lz
CFLAGS+= -DPACKAGE_VERSION=\"${VERSION}\"
CFLAGS+= -I${.CURDIR}
.if !defined(WITH_GTAR)
SYMLINKS= bsdtar ${BINDIR}/tar
MLINKS= bsdtar.1 tar.1
.endif
DIST_BUILD_DIR= ${.OBJDIR}/${PROG}-${VERSION}
CLEANDIRS+= ${DIST_BUILD_DIR}