615f647290
Change BROKEN= warning to state that it hasn't been tested on 4.x or lower Use programs Makefile to build and add CFLAGS+= for location of config file Modify default install location in files/Makefile Change default location of config file to match default ports config file in diskcheckd.c Bump PORTREVISION
10 lines
138 B
Makefile
10 lines
138 B
Makefile
# $FreeBSD$
|
|
|
|
BINDIR?= /usr/local/sbin
|
|
|
|
PROG= diskcheckd
|
|
MAN8= diskcheckd.8
|
|
MLINKS= diskcheckd.8 diskcheckd.conf.5
|
|
|
|
.include <bsd.prog.mk>
|