diff options
-rw-r--r-- | cad/brlcad/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/brlcad/Makefile b/cad/brlcad/Makefile index 7b1a4731ccb6..a9f865f30f2b 100644 --- a/cad/brlcad/Makefile +++ b/cad/brlcad/Makefile @@ -7,6 +7,7 @@ PORTNAME= brlcad PORTVERSION= 7.10.4 +PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= SF @@ -119,7 +120,7 @@ CONFIGURE_ARGS+= --disable-debug --enable-optimized .endif post-patch: - ${REINPLACE_CMD} "s+8\.5a6+8.5b1+" ${WRKSRC}/src/other/tcl/library/init.tcl + ${REINPLACE_CMD} "s+8\.5a6+8.5.0+" ${WRKSRC}/src/other/tcl/library/init.tcl pre-install: ${CP} ${FILESDIR}/mged.sh ${WRKSRC} |