ghostscript still...

Mike A. Oligny pandaro at freebsd.schema.ca
Mon Aug 11 10:55:18 PDT 2003


/usr/local/bin/ps2* do not specify installed paths:

ps2pdf contains
	
	exec ps2pdf12 "$@"

should probably say (depending on where it gets installed)

	exec /usr/local/bin/ps2pdf12"$@"

I'm going to read porters handbook and hopefully figure out how to 
submit a proper fix for this, providing I am correct that it is a 
problem.  Any script that does not set environment path will be unable 
to use these, it seems?

I'm not on the list at the moment, if you could CC me that would be great.

Thanks!

-Mike



More information about the freebsd-ports mailing list