diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-06 13:13:44 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-06 13:13:44 +0000 |
commit | a6bd184328baae0b61a878d1b24833013b2d6532 (patch) | |
tree | bce1fcfa1228223a4e3b1c36296259bcf0ce7e5e /print/pcal/files/patch-ab | |
parent | Add migrate 1.2, (diff) |
add pcal
PostScript calendar program
PR: 28020
Submitted by: Matthew West <mwest@uct.ac.za>
Notes
Notes:
svn path=/head/; revision=45879
Diffstat (limited to 'print/pcal/files/patch-ab')
-rw-r--r-- | print/pcal/files/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/print/pcal/files/patch-ab b/print/pcal/files/patch-ab new file mode 100644 index 000000000000..30f608219a49 --- /dev/null +++ b/print/pcal/files/patch-ab @@ -0,0 +1,13 @@ +--- pcal.cgi.orig Wed Dec 20 15:43:36 2000 ++++ pcal.cgi Wed Dec 20 15:45:35 2000 +@@ -27,8 +27,8 @@ + # common calendar file on your system (note that the user can't use his/her + # own calendar file since most servers will execute pcal.cgi as 'nobody') + +-pcal=/yourpath/pcal +-file=/yourpath/calendar ++pcal=@@PREFIX@@/bin/pcal ++file=@@PREFIX@@/share/misc/calendar + + # set DEBUG=1 to echo debugging output as HTML text + DEBUG=0 |