diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-09 06:17:53 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-09 06:17:53 +0800 |
commit | 89c42942a59be850ac5c5c7ed44a50299a45a58c (patch) | |
tree | b2979d1e26459f923603962159975ebea3641abc /Mk | |
parent | 90fbafe424bced8c6b057fc19151f7afd4f514f4 (diff) | |
download | freebsd-ports-gnome-89c42942a59be850ac5c5c7ed44a50299a45a58c.tar.gz freebsd-ports-gnome-89c42942a59be850ac5c5c7ed44a50299a45a58c.tar.zst freebsd-ports-gnome-89c42942a59be850ac5c5c7ed44a50299a45a58c.zip |
Add tab for cosmetic
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/Uses/bison.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/bison.mk b/Mk/Uses/bison.mk index 57e491fb5528..d17c7c6a712d 100644 --- a/Mk/Uses/bison.mk +++ b/Mk/Uses/bison.mk @@ -15,7 +15,7 @@ _INCLUDE_BISON_MK= yes _BISON_DEPENDS= bison:${PORTSDIR}/devel/bison .if !defined(bison_ARGS) -bison_ARGS=build +bison_ARGS= build .endif .if ${bison_ARGS} == "build" |