diff options
-rw-r--r-- | x11/nvidia-driver/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/nvidia-driver/Makefile b/x11/nvidia-driver/Makefile index 9fcb7d8bc6ac..d7ca886364cd 100644 --- a/x11/nvidia-driver/Makefile +++ b/x11/nvidia-driver/Makefile @@ -137,7 +137,7 @@ post-patch: .SILENT ${WRKSRC}/x11/extension/Makefile .if ${NVVERSION} >= 9746 ${REINPLACE_CMD} -e 's|lib/modules|lib/xorg/modules|' \ - ${WRKSRC}/x11/lib/Makefile + ${WRKSRC}/x11/lib/Makefile .endif .endif ${REINPLACE_CMD} '/bin/d ; /man/d' ${WRKSRC}/x11/Makefile |