[BACK]Return to bsd.port.mk CVS log [TXT][DIR] Up to [local] / src / share / mk

Diff for /src/share/mk/bsd.port.mk between version 1.78 and 1.79

version 1.78, 1999/03/14 15:19:05 version 1.79, 1999/03/16 23:35:37
Line 459 
Line 459 
 .else  .else
 PREFIX?=                ${LOCALBASE}  PREFIX?=                ${LOCALBASE}
 .endif  .endif
   
   # where configuration files should go
   SYSCONFDIR?=    /etc
 # The following 4 lines should go away as soon as the ports are all updated  # The following 4 lines should go away as soon as the ports are all updated
 .if defined(EXEC_DEPENDS)  .if defined(EXEC_DEPENDS)
 BUILD_DEPENDS+= ${EXEC_DEPENDS}  BUILD_DEPENDS+= ${EXEC_DEPENDS}
Line 950 
Line 953 
   
 .if defined(GNU_CONFIGURE)  .if defined(GNU_CONFIGURE)
 CONFIGURE_ARGS+=        --prefix=${PREFIX}  CONFIGURE_ARGS+=        --prefix=${PREFIX}
   CONFIGURE_ARGS+=        --sysconfdir=${SYSCONFDIR}
 HAS_CONFIGURE=          yes  HAS_CONFIGURE=          yes
 .endif  .endif
   

Legend:
Removed from v.1.78  
changed lines
  Added in v.1.79