Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Dec 2013 03:45:01 +0000 (UTC)
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r338218 - head/news/inn
Message-ID:  <201312310345.rBV3j2Va077677@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fluffy
Date: Tue Dec 31 03:45:01 2013
New Revision: 338218
URL: http://svnweb.freebsd.org/changeset/ports/338218

Log:
  - Tell bmake we use the old :L :U modifiers
  
  PR:		185301
  Submitted by:	naddy@

Modified:
  head/news/inn/Makefile.layout   (contents, props changed)

Modified: head/news/inn/Makefile.layout
==============================================================================
--- head/news/inn/Makefile.layout	Tue Dec 31 02:54:19 2013	(r338217)
+++ head/news/inn/Makefile.layout	Tue Dec 31 03:45:01 2013	(r338218)
@@ -1,5 +1,8 @@
 # $FreeBSD$
 
+# tell bmake we use the old :L :U modifiers
+.MAKE.FreeBSD_UL= yes
+
 INN_LAYOUT?=		old
 
 .if !empty(INN_LAYOUT:L:Mnew)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312310345.rBV3j2Va077677>