pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/gtar-base fixes the guard name



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e13b216a06a8
branches:  trunk
changeset: 631504:e13b216a06a8
user:      obache <obache%pkgsrc.org@localhost>
date:      Sat Mar 08 11:57:00 2014 +0000

description:
fixes the guard name

diffstat:

 archivers/gtar-base/hacks.mk |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r 45780edbe404 -r e13b216a06a8 archivers/gtar-base/hacks.mk
--- a/archivers/gtar-base/hacks.mk      Sat Mar 08 11:51:56 2014 +0000
+++ b/archivers/gtar-base/hacks.mk      Sat Mar 08 11:57:00 2014 +0000
@@ -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 @@
 BUILDLINK_TRANSFORM+=  rename:-O[2s]*:-O1
 .endif
 
-.endif # BISON_HACKS_MK
+.endif # GTAR_BASE_HACKS_MK



Home | Main Index | Thread Index | Old Index