diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-05-20 14:03:16 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-05-20 14:03:16 +0000 |
commit | 9e98d774400ada7afe143fcb762d7fbf37c5a306 (patch) | |
tree | 78c47f04ecf708a46ff6b85bcd793d82f22ab529 /x11 | |
parent | 99f8b985a09180cfc0626455bcd203c7ea7f3586 (diff) | |
download | freebsd-ports-9e98d774400ada7afe143fcb762d7fbf37c5a306.zip |
Indent fix.
Approved by: portmgr (implicit)
Diffstat (limited to 'x11')
-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 |