diff options
author | glewis <glewis@FreeBSD.org> | 2005-09-07 00:41:13 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2005-09-07 00:41:13 +0800 |
commit | 998c89f24f92080a92065d83dfdb6c4a7b1d1bdb (patch) | |
tree | 83c99e0521695be8e19688f91717313c3c06b80c /archivers | |
parent | 14a0845fc0c1910a5a75a6ce70f630a6c7ecd47a (diff) | |
download | freebsd-ports-graphics-998c89f24f92080a92065d83dfdb6c4a7b1d1bdb.tar.gz freebsd-ports-graphics-998c89f24f92080a92065d83dfdb6c4a7b1d1bdb.tar.zst freebsd-ports-graphics-998c89f24f92080a92065d83dfdb6c4a7b1d1bdb.zip |
. 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'.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/bsdtar/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/archivers/bsdtar/Makefile b/archivers/bsdtar/Makefile index 615bb0089ca..7fc06cd717f 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> |