View | Details | Raw Unified | Return to bug 90668
Collapse All | Expand All

(-)bsd.port.mk (-3 / +3 lines)
Lines 3650-3658 Link Here
3650
			${ECHO_MSG}; \
3650
			${ECHO_MSG}; \
3651
		fi; \
3651
		fi; \
3652
		${ECHO_MSG} "      If there are vulnerabilities in these programs there may be a security"; \
3652
		${ECHO_MSG} "      If there are vulnerabilities in these programs there may be a security"; \
3653
		${ECHO_MSG} "      risk to the system. FreeBSD makes no guarantee about the security of"; \
3653
		${ECHO_MSG} "      risk to the system. The FreeBSD Project makes no guarantee about the"; \
3654
		${ECHO_MSG} "      ports included in the Ports Collection. Please type 'make deinstall'"; \
3654
		${ECHO_MSG} "      security of ports included in the Ports Collection."; \
3655
		${ECHO_MSG} "      to deinstall the port if this is a concern."; \
3655
		${ECHO_MSG} "      Please type 'make deinstall' to deinstall the port if this is a concern."; \
3656
		www_site=$$(cd ${.CURDIR} && ${MAKE} ${__softMAKEFLAGS} www-site); \
3656
		www_site=$$(cd ${.CURDIR} && ${MAKE} ${__softMAKEFLAGS} www-site); \
3657
	    if [ ! -z "$${www_site}" ]; then \
3657
	    if [ ! -z "$${www_site}" ]; then \
3658
			${ECHO_MSG}; \
3658
			${ECHO_MSG}; \

Return to bug 90668