summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2014-03-08 11:57:00 +0000
committerobache <obache@pkgsrc.org>2014-03-08 11:57:00 +0000
commitdae7b6def35fff7a54ddc34d43b15021144a296b (patch)
tree14da73bf293fa3846e54e385eaf4653d48b9dcce /archivers
parent12218d2d49545caf38ca5de499af27a42f47920f (diff)
downloadpkgsrc-dae7b6def35fff7a54ddc34d43b15021144a296b.tar.gz
fixes the guard name
Diffstat (limited to 'archivers')
-rw-r--r--archivers/gtar-base/hacks.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/archivers/gtar-base/hacks.mk b/archivers/gtar-base/hacks.mk
index ab5a2a7f7b6..ca4f22786fa 100644
--- a/archivers/gtar-base/hacks.mk
+++ b/archivers/gtar-base/hacks.mk
@@ -1,7 +1,7 @@
-# $NetBSD: hacks.mk,v 1.1 2012/08/24 15:04:53 tsutsui Exp $
+# $NetBSD: hacks.mk,v 1.2 2014/03/08 11:57:00 obache Exp $
-.if !defined(BISON_HACKS_MK)
-BISON_HACKS_MK= defined
+.if !defined(GTAR_BASE_HACKS_MK)
+GTAR_BASE_HACKS_MK= defined
.include "../../mk/compiler.mk"
@@ -12,4 +12,4 @@ PKG_HACKS+= optimisation
BUILDLINK_TRANSFORM+= rename:-O[2s]*:-O1
.endif
-.endif # BISON_HACKS_MK
+.endif # GTAR_BASE_HACKS_MK