Index: Mk/bsd.port.mk =================================================================== --- Mk/bsd.port.mk +++ Mk/bsd.port.mk @@ -1106,12 +1106,6 @@ .include "${PORTSDIR}/Mk/bsd.commands.mk" -.if defined(NO_STAGE) -BROKEN= Not staged. -DEPRECATED?= Not staged. See http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-May/000080.html -EXPIRATION_DATE?= 2014-08-31 -.endif - .if defined(X_BUILD_FOR) .if !defined(.PARSEDIR) IGNORE= Cross building can only be done when using bmake(1) as make(1) @@ -3657,8 +3651,7 @@ @${ECHO_CMD} "[ -f ${PKGFILE} ] && (${ECHO_CMD} deleting ${PKGFILE}; ${RM} -f ${PKGFILE})" .endif -# Used if !defined(NO_STAGE) during install, or manually to install package -# from local repository. +# Used manually to install package from local repository. .if !target(install-package) .if defined(FORCE_PKG_REGISTER) _INSTALL_PKG_ARGS= -f Index: Mk/bsd.sanity.mk =================================================================== --- Mk/bsd.sanity.mk +++ Mk/bsd.sanity.mk @@ -64,12 +64,6 @@ DEV_ERROR+= "USE_TCL and USE_TK are no longer supported, please use USES=tcl or USES=tk" .endif -# print warning if no reason given for NO_STAGE -.if defined(NO_STAGE) -DEV_ERROR+= "NO_STAGE is unsupported, convert port to stage directory:" -DEV_ERROR+= "https://wiki.freebsd.org/ports/StageDir" -.endif - .for a in 1 2 3 4 5 6 7 8 9 L N .if defined(MAN${a}) DEV_WARNING+= "MAN${a} macros are deprecated when using stage directory" Index: devel/ice/Makefile =================================================================== --- devel/ice/Makefile +++ devel/ice/Makefile @@ -86,7 +86,7 @@ PLIST_SUB+= PYTHON_SUFFIX=${PYTHON_SUFFIX} -.if ${PREFIX} != ${LOCALBASE} && !defined(NO_STAGE) +.if ${PREFIX} != ${LOCALBASE} PYSITEDIR= ${PREFIX}${PYTHON_SITELIBDIR:S|^${LOCALBASE}||} .else PYSITEDIR= ${PYTHON_SITELIBDIR}