View Single Post
  #4   (View Single Post)  
Old 7th December 2009
vigol's Avatar
vigol vigol is offline
Real Name: mehrshad moslehi
vigol
 
Join Date: Aug 2008
Location: tehran
Posts: 30
Default

so what about If I we're going to plan install ports in different location, eh
/foo/ports?
I remember that there's some files like "bsd.port.mk" that is included in the porting, and for example this file contaions a line of code like :

Code:
PORTSDIR?=              /usr/ports
.
.
.
DISTDIR?=               ${PORTSDIR}/distfiles
_DISTDIR?=              ${DISTDIR}/${DIST_SUBDIR}
INDEXDIR?=              ${PORTSDIR}
now, when we change the Default Directory for ports,
what should I do to this situation?
Do I need to change all
Code:
Mk
files's contents?
or it up to csup/CVsup ?
__________________
mehrshad moslehi ---- vigol ---- vigolyas
Reply With Quote