Ok, thanks, but if I set PREFIX to / in my Makefile, make-plist fail about "Bogus element outside of every prefix". How can I do that without generate PLIST file manually ?
On Thu, Dec 15, 2011 at 03:41:59PM +0000, Julien Crapovich wrote: > > 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) $ man bsd.port.mk See PREFIX variable. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
