aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/gtar
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2003-06-12 03:41:05 +0800
committernaddy <naddy@FreeBSD.org>2003-06-12 03:41:05 +0800
commitc4af88575829a964ceac27cbbd578a17e8e788fb (patch)
tree4111c492bc87ccadfae67f5e753afc259c30523a /archivers/gtar
parent768256429a554da8b81e66958e8f511383f3a02b (diff)
downloadfreebsd-ports-gnome-c4af88575829a964ceac27cbbd578a17e8e788fb.tar.gz
freebsd-ports-gnome-c4af88575829a964ceac27cbbd578a17e8e788fb.tar.zst
freebsd-ports-gnome-c4af88575829a964ceac27cbbd578a17e8e788fb.zip
IGNORE while this is identical to the base system tar.
Suggested by: kuriyama
Diffstat (limited to 'archivers/gtar')
-rw-r--r--archivers/gtar/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/archivers/gtar/Makefile b/archivers/gtar/Makefile
index 2e7cd566eb3b..a38624aecec5 100644
--- a/archivers/gtar/Makefile
+++ b/archivers/gtar/Makefile
@@ -32,4 +32,10 @@ LDSTATIC= -static
LDSTATIC=
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 470000
+IGNORE= is in the base system
+.endif
+
+.include <bsd.port.post.mk>