diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-20 19:00:52 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-20 19:00:52 +0000 |
commit | 2c41b9e5f36c24eeec55e43d4af00d2aba2e3f9b (patch) | |
tree | 5d08222d6b73d9f9af96df3e575f949469caf443 /sysutils/flog/Makefile | |
parent | 9db6b4e20b78473ae9952b5c4157057b33d376f2 (diff) | |
download | ports-2c41b9e5f36c24eeec55e43d4af00d2aba2e3f9b.tar.gz ports-2c41b9e5f36c24eeec55e43d4af00d2aba2e3f9b.zip |
Notes
Diffstat (limited to 'sysutils/flog/Makefile')
-rw-r--r-- | sysutils/flog/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/flog/Makefile b/sysutils/flog/Makefile index 2b1a99f5d9ba..c16a31ab7ea6 100644 --- a/sysutils/flog/Makefile +++ b/sysutils/flog/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= http://oss.ezic.com/flog/ \ http://ftp.nuug.no/pub/anders/distfiles/ MAINTAINER= ports@FreeBSD.org +COMMENT= A small STDIN-to-file logger with support for log rotation do-build: ${CC} ${CFLAGS} -o ${WRKSRC}/flog ${WRKSRC}/flog.c |