summaryrefslogtreecommitdiff
path: root/news/inn/Makefile.layout
diff options
context:
space:
mode:
Diffstat (limited to 'news/inn/Makefile.layout')
-rw-r--r--news/inn/Makefile.layout7
1 files changed, 2 insertions, 5 deletions
diff --git a/news/inn/Makefile.layout b/news/inn/Makefile.layout
index b0961dd46d48..c9e09176590a 100644
--- a/news/inn/Makefile.layout
+++ b/news/inn/Makefile.layout
@@ -1,11 +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)
+.if !empty(INN_LAYOUT:tl:Mnew)
#-----------------------------------------------------------------------
# New-style layout. Keep database, spool, and other transient data under
# /var, where it should be.
@@ -18,7 +15,7 @@ INN_LOGDIR= ${VARBASE}/log/news
INN_DBDIR= ${VARBASE}/news/db
INN_TMPDIR= ${VARBASE}/news/tmp
INN_NEWSSPOOL= ${VARBASE}/news
-.elif !empty(INN_LAYOUT:L:Mhier)
+.elif !empty(INN_LAYOUT:tl:Mhier)
#-----------------------------------------------------------------------
# hier(7)-ish layout. As above, but try to use standard directories
# under /var.