aboutsummaryrefslogtreecommitdiff
path: root/sysutils/and
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2004-09-19 01:39:10 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2004-09-19 01:39:10 +0000
commitb7a96f86161a952c906b02035712125b2363dd23 (patch)
treefea80485ff4fe7bcacf5483a97f057750501aa1e /sysutils/and
parentba14a613488ce01a5a15b9de03fed482a062b9bb (diff)
downloadports-b7a96f86161a952c906b02035712125b2363dd23.tar.gz
ports-b7a96f86161a952c906b02035712125b2363dd23.zip
- add NOPRECIOUSMAKEVARS=yes and unbreak
- indent Makefile PR: 71843 Submitted by: leeym Approved by: portmgr (marcus)
Notes
Notes: svn path=/head/; revision=118280
Diffstat (limited to 'sysutils/and')
-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>