diff options
author | miwi <miwi@FreeBSD.org> | 2006-11-23 17:21:46 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-11-23 17:21:46 +0800 |
commit | 24a5a5f48126988826904e3534e70be1a0dd8a3f (patch) | |
tree | baa7db8e906123c0a61f748cef11bb84992227a2 /math/jacal/files | |
parent | 0364fe9becdb88c4ef4c0037a9d30c0bc58bba75 (diff) | |
download | freebsd-ports-gnome-24a5a5f48126988826904e3534e70be1a0dd8a3f.tar.gz freebsd-ports-gnome-24a5a5f48126988826904e3534e70be1a0dd8a3f.tar.zst freebsd-ports-gnome-24a5a5f48126988826904e3534e70be1a0dd8a3f.zip |
- Update to jacal-1b7
(last commit wrong patch commited)
Diffstat (limited to 'math/jacal/files')
-rw-r--r-- | math/jacal/files/patch-Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/math/jacal/files/patch-Makefile b/math/jacal/files/patch-Makefile index 1cd31a955b48..5ea9cec635f7 100644 --- a/math/jacal/files/patch-Makefile +++ b/math/jacal/files/patch-Makefile @@ -1,11 +1,11 @@ ---- ./Makefile.orig Mon Dec 1 04:55:13 2003 -+++ ./Makefile Mon Feb 14 21:44:19 2005 -@@ -37,7 +37,7 @@ +--- Makefile.orig Thu Nov 23 09:57:49 2006 ++++ Makefile Thu Nov 23 09:58:00 2006 +@@ -36,7 +36,7 @@ RELEASE = 1 - rpm_prefix=/usr/src/redhat/ + rpm_prefix=$(HOME)/rpmbuild/ -prefix = /usr/local/ -+prefix = %%PREFIX%%/ ++prefix = %%PREFIX%% exec_prefix = $(prefix) # directory where `make install' will put executable. bindir = $(exec_prefix)bin/ |