Skip to content

Commit

Permalink
Use V?= rather than V=
Browse files Browse the repository at this point in the history
  • Loading branch information
sthen committed Jul 19, 2011
1 parent 7a7a52d commit 6f1f19f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/icinga/Makefile.inc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $OpenBSD: Makefile.inc,v 1.6 2011/07/01 16:57:41 sthen Exp $
# $OpenBSD: Makefile.inc,v 1.7 2011/07/19 11:13:26 sthen Exp $

V = 1.4.2
V ?= 1.4.2

CATEGORIES+= net net/icinga

Expand Down

0 comments on commit 6f1f19f

Please sign in to comment.