aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2004-09-19 09:39:10 +0800
committerleeym <leeym@FreeBSD.org>2004-09-19 09:39:10 +0800
commitd712d959a71459e80504386200b023489f48fff8 (patch)
treeb90eb7df8f34339d47354b64cfcf1d0c3daa1edd /sysutils
parent81aad404bb3501e152cb6da22879db405ee5d0d3 (diff)
downloadfreebsd-ports-gnome-d712d959a71459e80504386200b023489f48fff8.tar.gz
freebsd-ports-gnome-d712d959a71459e80504386200b023489f48fff8.tar.zst
freebsd-ports-gnome-d712d959a71459e80504386200b023489f48fff8.zip
- add NOPRECIOUSMAKEVARS=yes and unbreak
- indent Makefile PR: 71843 Submitted by: leeym Approved by: portmgr (marcus)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/and/Makefile13
1 files 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 <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 502126
-BROKEN= "Does not compile on FreeBSD >= 5.x"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>