diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-05 09:45:36 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-05 09:45:36 +0000 |
commit | 4a4ec28d37b64039d4eff0f34ad66b543767d758 (patch) | |
tree | 96cc94ba02edcc043c52eb3f26adbc632bbe44d8 /news/inn | |
parent | a5d24d4bb4a43375b4bbb7f8bc673f8c557f06b4 (diff) | |
download | ports-4a4ec28d37b64039d4eff0f34ad66b543767d758.tar.gz ports-4a4ec28d37b64039d4eff0f34ad66b543767d758.zip |
Notes
Diffstat (limited to 'news/inn')
-rw-r--r-- | news/inn/Makefile.layout | 7 |
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. |