summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2005-09-06 16:41:13 +0000
committerGreg Lewis <glewis@FreeBSD.org>2005-09-06 16:41:13 +0000
commitebbba84273b8168f2e97d003d53dda1b4e67c549 (patch)
tree2a804a989ead20b02ed445abb9c203ed6677d2fa /archivers
parent. Update to 1.02.031. (diff)
. Allow installation on more recent versions of FreeBSD. Although it is
in the base system, this version may contain newer features. It doesn't conflict with the base system version as it installs as 'bsdtar' rather than 'tar'.
Notes
Notes: svn path=/head/; revision=142111
Diffstat (limited to 'archivers')
-rw-r--r--archivers/bsdtar/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/archivers/bsdtar/Makefile b/archivers/bsdtar/Makefile
index 615bb0089cab..7fc06cd717f9 100644
--- a/archivers/bsdtar/Makefile
+++ b/archivers/bsdtar/Makefile
@@ -32,8 +32,4 @@ MAN1= bsdtar.1
USE_GETOPT_LONG=yes
.endif
-.if ${OSVERSION} >= 502111
-IGNORE= is in the base system
-.endif
-
.include <bsd.port.post.mk>