diff options
author | tobez <tobez@FreeBSD.org> | 2005-05-27 22:36:53 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2005-05-27 22:36:53 +0800 |
commit | 34c4d76380513b3c727238c841c372273386ee12 (patch) | |
tree | e1dc81ce257ae7dd9f3d9565ea1cf89917486a0d /www/mathopd/files | |
parent | 871cd739efab3f67771d80568d1d0957236d95c9 (diff) | |
download | freebsd-ports-gnome-34c4d76380513b3c727238c841c372273386ee12.tar.gz freebsd-ports-gnome-34c4d76380513b3c727238c841c372273386ee12.tar.zst freebsd-ports-gnome-34c4d76380513b3c727238c841c372273386ee12.zip |
Commit file forgotten in the previous commit.
Diffstat (limited to 'www/mathopd/files')
-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 |