diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2005-05-27 14:36:53 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2005-05-27 14:36:53 +0000 |
commit | cf3ea1b76bfff357a78f57fcf5935968ed3f5d4e (patch) | |
tree | d96f331429a836be7d8c89fb1d7be9d9bf7bb550 /www/mathopd/files/patch-aa | |
parent | Build mathopd with sendfile support, bump portrevision. (diff) |
Commit file forgotten in the previous commit.
Notes
Notes:
svn path=/head/; revision=136275
Diffstat (limited to '')
-rw-r--r-- | www/mathopd/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mathopd/files/patch-aa b/www/mathopd/files/patch-aa index c2884e390323..fc2e133f62ca 100644 --- a/www/mathopd/files/patch-aa +++ b/www/mathopd/files/patch-aa @@ -11,7 +11,7 @@ -SBINDIR = $(PREFIX)/sbin +PROG= mathopd +SRCS= base64.c cgi.c config.c core.c dump.c imap.c log.c \ -+ main.c redirect.c request.c util.c stub.c ++ main.c redirect.c request.c util.c stub.c sendfile.c +BINDIR?=${PREFIX}/sbin +NOMAN= yes +LDADD= -lcrypt |