Hello. I would like to make a package for a ksh script. I use the ports system with my own branch /usr/ports/mystuff/script I build my pkg with the classical method, make fake, plist, package...
I would like my package not install my stuff in /usr/local but elsewhere, I've
try to hardcode it in my Makefile, but I met some troubles during the #make
package.
How can I do this safely ? (my package is just a ksh script, so I can't play
with configure args to do this)
Thank you
