1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

- Set cnews default path

This commit is contained in:
Dirk Meyer 2003-06-12 19:44:12 +00:00
parent 68552eec14
commit 7f50b3f86e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82887

View File

@ -11,8 +11,9 @@ MAINTAINER= dinoex@FreeBSD.org
MASTERDIR= ${.CURDIR}/../suck
VARBASE?= /var
NEWSBIN?= ${PREFIX}/libexec/cnews
NEWSCTL?= ${PREFIX}/news/lib
NEWSCTL?= ${VARBASE}/lib/news
.if exists(${.CURDIR}/Makefile.local)
.include "${.CURDIR}/Makefile.local"