From 5b72450bced8ffde44598c96c0cf31041cbdeffd Mon Sep 17 00:00:00 2001 From: pvalchev Date: Fri, 25 Feb 2005 23:08:16 +0000 Subject: [PATCH] close quote; janjaap@stack.nl --- infrastructure/mk/gcc3.port.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/mk/gcc3.port.mk b/infrastructure/mk/gcc3.port.mk index cae90e7f903..2a5930733c4 100644 --- a/infrastructure/mk/gcc3.port.mk +++ b/infrastructure/mk/gcc3.port.mk @@ -1,5 +1,5 @@ USE_GCC3?=No .if ${USE_GCC3:L} == "no" -.include "${PORTSDIR}/lang/gcc/3.3/gcc3.port.mk +.include "${PORTSDIR}/lang/gcc/3.3/gcc3.port.mk" .endif