diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-04-04 20:51:40 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-04-04 20:51:40 +0000 |
commit | 5771a967158e217b1e70655b459ce9769124bd49 (patch) | |
tree | 88f2a5d0b2c198231cd5cdb8ab85a18388de3972 /misc/yaunc/Makefile | |
parent | 4e4cf3b2f2bc31e143ad12a07d5abd5c9a03b76e (diff) |
Notes
Diffstat (limited to 'misc/yaunc/Makefile')
-rw-r--r-- | misc/yaunc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/yaunc/Makefile b/misc/yaunc/Makefile index 1f72d35397ce..ee2aa7a9a174 100644 --- a/misc/yaunc/Makefile +++ b/misc/yaunc/Makefile @@ -10,6 +10,8 @@ MAINTAINER= jadawin@FreeBSD.org COMMENT= Yet another uptimes.net client BROKEN= unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2020-05-05 ALL_TARGET= bsd CFLAGS+= -DCONFFILE=\\\"${STAGEDIR}${PREFIX}/etc/yaunc.conf\\\" |