diff options
author | Xin LI <delphij@FreeBSD.org> | 2009-06-15 16:42:41 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2009-06-15 16:42:41 +0000 |
commit | 5a7c5ace94cc3638cf3ba42119cab456be4f8dc7 (patch) | |
tree | 548bb0e5cdce397777c6d5cd19270397e0780e28 /mail | |
parent | 1fb54fcd71000c58ab42950de8d8650a962f5f20 (diff) |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/prayer/Makefile | 1 | ||||
-rw-r--r-- | mail/prayer/files/patch-utils__prayer-cyclog.SRC | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/mail/prayer/Makefile b/mail/prayer/Makefile index 6f6e395e20d5..ea47ec9637d0 100644 --- a/mail/prayer/Makefile +++ b/mail/prayer/Makefile @@ -7,6 +7,7 @@ PORTNAME= prayer PORTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= mail www MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/email/prayer/ diff --git a/mail/prayer/files/patch-utils__prayer-cyclog.SRC b/mail/prayer/files/patch-utils__prayer-cyclog.SRC new file mode 100644 index 000000000000..9591941713d7 --- /dev/null +++ b/mail/prayer/files/patch-utils__prayer-cyclog.SRC @@ -0,0 +1,20 @@ +--- utils/prayer-cyclog.SRC 2003/04/15 13:00:03 1.1 ++++ utils/prayer-cyclog.SRC 2003/07/30 18:43:46 +@@ -4,9 +4,16 @@ + suffix=gz + # Following is correct for Linux. +-compress="/bin/gzip" +-chown="/bin/chown" +-chgrp="/bin/chgrp" ++#compress="/bin/gzip" ++#chown="/bin/chown" ++#chgrp="/bin/chgrp" ++#mv="/bin/mv" ++#rm="/bin/rm" ++ ++# Following is correct for FreeBSD ++compress="/usr/bin/gzip" ++chown="/usr/sbin/chown" ++chgrp="/usr/bin/chgrp" + mv="/bin/mv" + rm="/bin/rm" |