diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-09-19 01:39:10 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-09-19 01:39:10 +0000 |
commit | b7a96f86161a952c906b02035712125b2363dd23 (patch) | |
tree | fea80485ff4fe7bcacf5483a97f057750501aa1e /sysutils/and | |
parent | BROKEN on 5.x: Broken by make(1) changes (diff) |
- 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/Makefile | 13 |
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> |