From d712d959a71459e80504386200b023489f48fff8 Mon Sep 17 00:00:00 2001 From: leeym Date: Sun, 19 Sep 2004 01:39:10 +0000 Subject: - add NOPRECIOUSMAKEVARS=yes and unbreak - indent Makefile PR: 71843 Submitted by: leeym Approved by: portmgr (marcus) --- sysutils/and/Makefile | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/sysutils/and/Makefile b/sysutils/and/Makefile index 1edd303300b9..8cb244e8b67b 100644 --- a/sysutils/and/Makefile +++ b/sysutils/and/Makefile @@ -18,14 +18,9 @@ COMMENT= Auto Nice Daemon USE_GMAKE= yes ALL_TARGET= default +NOPRECIOUSMAKEVARS= yes -MAN5= and.conf.5 and.priorities.5 -MAN8= and.8 +MAN5= and.conf.5 and.priorities.5 +MAN8= and.8 -.include - -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif - -.include +.include -- cgit