On 04/12/13 18:45, Giovanni Bechis wrote: > On 04/12/13 16:28, Giovanni Bechis wrote: >> Little fix to be able to use portimport(1) even with a non standard >> $PORTSDIR, I do not like this patch that much, >> maybe there could be a better way to achieve the same result. >> > this is a better version, ok ? > and now a man page update to mention the PORTSDIR env variable. Cheers Giovanni
Index: portimport.1 =================================================================== RCS file: /cvs/ports/infrastructure/man/man1/portimport.1,v retrieving revision 1.2 diff -u -p -u -p -r1.2 portimport.1 --- portimport.1 11 Apr 2013 15:18:00 -0000 1.2 +++ portimport.1 12 Apr 2013 16:56:41 -0000 @@ -55,6 +55,12 @@ Set the username used for and to compose vendor and release tags. Defaults to the local username. .El +.Sh FILES +.Bl -tag -width /usr/ports +.It Pa /usr/ports +base of the ports tree, can be overriden with env variable +.Ev PORTSDIR . +.El .Sh SEE ALSO .Xr cvs 1 .Sh HISTORY