svn commit: r338218 - head/news/inn

Dima Panov fluffy at FreeBSD.org
Tue Dec 31 03:45:02 UTC 2013


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)


More information about the svn-ports-head mailing list