aboutsummaryrefslogtreecommitdiffstats
path: root/editors/biew/files
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>2000-03-24 08:09:50 +0800
committermharo <mharo@FreeBSD.org>2000-03-24 08:09:50 +0800
commit80a3d3b854ce5897a58bd093b976afa09e9af197 (patch)
treebb313164359f7b16eeae8d3996e84e5a847e3f3d /editors/biew/files
parent29383f85315c95784740dbae333a293f0c81a6b3 (diff)
downloadfreebsd-ports-gnome-80a3d3b854ce5897a58bd093b976afa09e9af197.tar.gz
freebsd-ports-gnome-80a3d3b854ce5897a58bd093b976afa09e9af197.tar.zst
freebsd-ports-gnome-80a3d3b854ce5897a58bd093b976afa09e9af197.zip
- Support PREFIX properly
- Fix pkg/PLIST - Add WWW: line into pkg/DESCR PR: 17570 Submitted by: tkato@prontomail.ne.jp
Diffstat (limited to 'editors/biew/files')
-rw-r--r--editors/biew/files/patch-aa2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/biew/files/patch-aa b/editors/biew/files/patch-aa
index 7b014716d6f0..17fd9b7dcc8a 100644
--- a/editors/biew/files/patch-aa
+++ b/editors/biew/files/patch-aa
@@ -5,7 +5,7 @@
char * __get_help_name(void)
{
- return "/usr/lib/biew/biew.hlp";
-+ return "/usr/local/share/biew/biew.hlp";
++ return "%%PREFIX%%/share/biew/biew.hlp";
}
static void cleanup(int sig)