summaryrefslogtreecommitdiff
path: root/graphics/xfpovray/files/patch-ab
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2001-04-11 11:53:08 +0000
committerThomas Gellekum <tg@FreeBSD.org>2001-04-11 11:53:08 +0000
commit0616cc68659b568b53c2b522b3adbe0ffb430d67 (patch)
tree7791e74b5e34c06a51a4330c9f8e5a7738205c6b /graphics/xfpovray/files/patch-ab
parentRevert r.1.4 of files/patch-src_video_vgl_SDL__vglvideo.c - it doesn't work (diff)
Fix building.
Change @s to %%s, which don't have to be protected for perl5.
Notes
Notes: svn path=/head/; revision=41282
Diffstat (limited to 'graphics/xfpovray/files/patch-ab')
-rw-r--r--graphics/xfpovray/files/patch-ab4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xfpovray/files/patch-ab b/graphics/xfpovray/files/patch-ab
index 9dc751eb202c..2acf7e286bcf 100644
--- a/graphics/xfpovray/files/patch-ab
+++ b/graphics/xfpovray/files/patch-ab
@@ -5,7 +5,7 @@
** Command to invoke POV-Ray
*/
-#define POV_COMMAND "/usr/local/bin/povray"
-+#define POV_COMMAND "@LOCALBASE@/bin/povray"
++#define POV_COMMAND "%%LOCALBASE%%/bin/povray"
/*
@@ -13,7 +13,7 @@
** the widget for a total of 5, even though POV-Ray supports more.
*/
-#define POV_LIB_PATH "/usr/local/include/povray"
-+#define POV_LIB_PATH "@LOCALBASE@/lib/povray3/include"
++#define POV_LIB_PATH "%%LOCALBASE%%/lib/povray3/include"
/*