aboutsummaryrefslogtreecommitdiff
path: root/mail/prayer
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2009-06-15 16:42:41 +0000
committerXin LI <delphij@FreeBSD.org>2009-06-15 16:42:41 +0000
commit5a7c5ace94cc3638cf3ba42119cab456be4f8dc7 (patch)
tree548bb0e5cdce397777c6d5cd19270397e0780e28 /mail/prayer
parent1fb54fcd71000c58ab42950de8d8650a962f5f20 (diff)
downloadports-5a7c5ace94cc3638cf3ba42119cab456be4f8dc7.tar.gz
ports-5a7c5ace94cc3638cf3ba42119cab456be4f8dc7.zip
Fix incorrect paths to gzip, chown, and chgrp.
PR: ports/135414 Submitted by: Antonio Querubin <tony lava net> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=235881
Diffstat (limited to 'mail/prayer')
-rw-r--r--mail/prayer/Makefile1
-rw-r--r--mail/prayer/files/patch-utils__prayer-cyclog.SRC20
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"