diff options
author | Rene Ladan <rene@FreeBSD.org> | 2019-11-04 21:21:03 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2019-11-04 21:21:03 +0000 |
commit | 2f557a46788f7ec9b1355f7a17e8ca1cfe208f8b (patch) | |
tree | aaa2c08d71abd608c59b88d2f47129b176e8865b /sysutils/rdate | |
parent | f65276b6184632e8e2f82c780e5a2be5d6b32fa9 (diff) | |
download | ports-2f557a46788f7ec9b1355f7a17e8ca1cfe208f8b.tar.gz ports-2f557a46788f7ec9b1355f7a17e8ca1cfe208f8b.zip |
Notes
Diffstat (limited to 'sysutils/rdate')
-rw-r--r-- | sysutils/rdate/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/rdate/Makefile b/sysutils/rdate/Makefile index 128ec078cbb8..24361f341353 100644 --- a/sysutils/rdate/Makefile +++ b/sysutils/rdate/Makefile @@ -7,7 +7,7 @@ CATEGORIES= sysutils MASTER_SITES= ftp://ftp.stack.nl/pub/users/johans/rdate/ \ LOCAL/johans -MAINTAINER= johans@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Sets the clock of the local host to the time of another host CFLAGS+= -DNO_UTIL -D__dead= -D'SA_LEN(x)=(x)->sa_len' |