Index: Makefile =================================================================== RCS file: /home/ncvs/ports/Makefile,v retrieving revision 1.65 diff -u -p -r1.65 Makefile --- Makefile 23 Dec 2001 10:58:42 -0000 1.65 +++ Makefile 24 Apr 2002 22:18:00 -0000 @@ -52,6 +52,8 @@ SUBDIR += x11-servers SUBDIR += x11-toolkits SUBDIR += x11-wm +SUBDIR_ARGS= NOCLEANDEPENDS=yes + PORTSTOP= yes .include Index: Mk/bsd.port.subdir.mk =================================================================== RCS file: /home/ncvs/ports/Mk/bsd.port.subdir.mk,v retrieving revision 1.41 diff -u -p -r1.41 bsd.port.subdir.mk --- Mk/bsd.port.subdir.mk 23 Dec 2001 11:11:40 -0000 1.41 +++ Mk/bsd.port.subdir.mk 24 Apr 2002 22:17:46 -0000 @@ -21,6 +21,8 @@ # Each of the targets will execute the same target in the # subdirectories. # +# SUBDIR_ARGS Optional arguments to pass in ${MAKE} command line. +# # # +++ targets +++ # @@ -123,7 +125,7 @@ _SUBDIRUSE: .USE if [ "$$OK" = "" ]; then \ ${ECHO_MSG} "===> ${DIRPRFX}$${edir}"; \ cd ${.CURDIR}/$${edir}; \ - ${MAKE} -B ${.TARGET:E:realinstall=install} \ + ${MAKE} ${SUBDIR_ARGS} -B ${.TARGET:E:realinstall=install} \ DIRPRFX=${DIRPRFX}$$edir/; \ fi