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 | |
parent | c1bd763e1adc41c92a270b2d0b9d0be2e5346c06 (diff) | |
download | ports-cf3ea1b76bfff357a78f57fcf5935968ed3f5d4e.tar.gz ports-cf3ea1b76bfff357a78f57fcf5935968ed3f5d4e.zip |
Notes
Diffstat (limited to 'www/mathopd')
-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 |