diff options
author | mita <mita@FreeBSD.org> | 2002-07-26 07:55:34 +0800 |
---|---|---|
committer | mita <mita@FreeBSD.org> | 2002-07-26 07:55:34 +0800 |
commit | 02c4decae77924aec778a76c1d4e219db5e5f58a (patch) | |
tree | 120be7db90f874f9e2967b2311c769dbe00cd846 /graphics | |
parent | 017d82593988e57c366c99958aadc892c4465396 (diff) | |
download | freebsd-ports-gnome-02c4decae77924aec778a76c1d4e219db5e5f58a.tar.gz freebsd-ports-gnome-02c4decae77924aec778a76c1d4e219db5e5f58a.tar.zst freebsd-ports-gnome-02c4decae77924aec778a76c1d4e219db5e5f58a.zip |
Yet another PS -> EPSI converter that is compatible with Tgif.
Adds PREFIX.
PR: ports/40906
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pstoepsi/files/patch-src:ps2epsi | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/pstoepsi/files/patch-src:ps2epsi b/graphics/pstoepsi/files/patch-src:ps2epsi new file mode 100644 index 000000000000..c43f69991fe7 --- /dev/null +++ b/graphics/pstoepsi/files/patch-src:ps2epsi @@ -0,0 +1,16 @@ +--- 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' |