diff options
author | Steve Price <steve@FreeBSD.org> | 1999-03-31 15:31:21 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-03-31 15:31:21 +0000 |
commit | 97828222bd5adca030413bfd399d59528edce9e7 (patch) | |
tree | 05afced79e67cf831218bda0efc34f096b581d69 /deskutils/cal/files | |
parent | 11bb83d46fdb10f834741a7b18fd878289e1750c (diff) | |
download | ports-97828222bd5adca030413bfd399d59528edce9e7.tar.gz ports-97828222bd5adca030413bfd399d59528edce9e7.zip |
The following changes:
- replace /usr/lib with %%PREFEIX%%
- update Makefile to exapnd %%PREFIX%%
- new maintainer
PR: 10851
Submitted by: MIHIRA Yoshiro <sanpei@sanpei.org>
Notes
Notes:
svn path=/head/; revision=17507
Diffstat (limited to 'deskutils/cal/files')
-rw-r--r-- | deskutils/cal/files/patch-ac | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/deskutils/cal/files/patch-ac b/deskutils/cal/files/patch-ac new file mode 100644 index 000000000000..0d4634c1968d --- /dev/null +++ b/deskutils/cal/files/patch-ac @@ -0,0 +1,17 @@ +--- cal.1.orig Sat Jul 6 02:55:52 1996 ++++ cal.1 Mon Mar 29 16:02:33 1999 +@@ -375,12 +375,12 @@ + .TP + .B caldat + .TP +-.B /usr/lib/caldat ++.B %%PREFIX%%/etc/cal/caldat + Unix global date files + .TP + .B calcol + .TP +-.B /usr/lib/calcol ++.B %%PREFIX%%/etc/cal/calcol + Unix global color files + .TP + .B ~/.dates |