[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / mystuff-openscad / cad / openscad

Diff for /mystuff-openscad/cad/openscad/Makefile between version 1.15 and 1.16

version 1.15, 2025/11/05 22:45:03 version 1.16, 2025/11/05 22:46:35
Line 103 
Line 103 
 post-extract:  post-extract:
         rmdir ${WRKSRC}/libraries/MCAD          rmdir ${WRKSRC}/libraries/MCAD
         cp -a ${WRKDIR}/MCAD-${MCAD_COMMIT} ${WRKSRC}/libraries/MCAD          cp -a ${WRKDIR}/MCAD-${MCAD_COMMIT} ${WRKSRC}/libraries/MCAD
         find ${WRKSRC} -type f -exec sed -i '1s,^#!/bin/sh,#!${PREFIX}/bin/bash,' {} +          #find ${WRKSRC} -type f -exec sed -i '1s,^#!/bin/sh,#!${PREFIX}/bin/bash,' {} +
   
 # OpenSCAD uses the program_location (see patch-src_openscad_cc) to  # OpenSCAD uses the program_location (see patch-src_openscad_cc) to
 # figure out resource paths, but on OpenBSD that doesn't work when  # figure out resource paths, but on OpenBSD that doesn't work when

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>