mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
3fe1aebfef
Adds PREFIX. PR: ports/40906
17 lines
487 B
Plaintext
17 lines
487 B
Plaintext
--- pstoepsi.prefix.orig Mon Jul 22 19:41:04 2002
|
|
+++ pstoepsi.prefix Mon Jul 22 19:40:51 2002
|
|
@@ -33,10 +33,10 @@
|
|
<file>.ps <file>.epsi"
|
|
|
|
########################## Edit these variables #####################
|
|
-GS='/usr/local/bin/X11/gs'
|
|
+GS='%%PREFIX%%/bin/gs'
|
|
PSTOPPM='/usr/local/libdata/X11/gs/pstoppm.ps'
|
|
-PBMTOEPSI='./pbmtoepsi'
|
|
-RASTTOPNM='/mm/bin/rasttopnm'
|
|
+PBMTOEPSI='%%PREFIX%%/bin/pbmtoepsi'
|
|
+RASTTOPNM='%%PREFIX%%/bin/rasttopnm'
|
|
INTERP='gs'
|
|
STRIP='false'
|
|
HIRES='false'
|