use ${PATCHORIG}; no pkg change

This commit is contained in:
sthen
2024-07-08 11:55:53 +00:00
parent 336b0c30bb
commit 9fa61825de
8 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -35,6 +35,6 @@ TEST_FLAGS = AUTOMATED_TESTING=1
PKG_ARCH = *
post-build:
find ${WRKBUILD}/blib -type f -name '*.orig.port' -delete
find ${WRKBUILD}/blib -type f -name '*${PATCHORIG}' -delete
.include <bsd.port.mk>
+1 -1
View File
@@ -17,6 +17,6 @@ TEST_DEPENDS = devel/p5-Devel-StackTrace>=2.00 \
PKG_ARCH = *
pre-configure:
find ${WRKSRC} -name "*.orig.port" -delete
find ${WRKSRC} -name "*${PATCHORIG}" -delete
.include <bsd.port.mk>
+2 -2
View File
@@ -34,8 +34,8 @@ RUN_DEPENDS = audio/timidity \
NO_TEST = Yes
# Remove the .orig.port file
# Remove the ${PATCHORIG} file
post-install:
@rm -f ${PREFIX}/share/corsix-th/Lua/app.lua.orig.port
@rm -f ${PREFIX}/share/corsix-th/Lua/app.lua${PATCHORIG}
.include <bsd.port.mk>
+1 -1
View File
@@ -56,6 +56,6 @@ post-configure:
@${MODTCL_TCLSH_ADJ} ${WRKSRC}/tcl/lang/removetoken.tcl
post-install:
rm -f ${PREFIX}/share/scid/tcl/utils/tooltip.tcl.orig.port
rm -f ${PREFIX}/share/scid/tcl/utils/tooltip.tcl${PATCHORIG}
.include <bsd.port.mk>
+1 -1
View File
@@ -40,6 +40,6 @@ pre-configure:
${WRKSRC}/src/{events,keyevents,options}.c
post-install:
rm -f ${PREFIX}/share/examples/feh/themes.orig.port
rm -f ${PREFIX}/share/examples/feh/themes${PATCHORIG}
.include <bsd.port.mk>
+1 -1
View File
@@ -49,7 +49,7 @@ do-install:
cd ${WRKSRC} && pax -rw cmd thirdparty vlib v.mod ${PREFIX}/lib/vlang
${INSTALL_PROGRAM} ${WRKSRC}/v ${PREFIX}/lib/vlang
${SUBST_CMD} -c -m 755 ${FILESDIR}/v ${PREFIX}/bin/v
find ${PREFIX} -type f -name \*.orig.port -delete
find ${PREFIX} -type f -name \*${PATCHORIG} -delete
do-test:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} HOME=${PORTHOME} ./v test-all
+1 -1
View File
@@ -23,6 +23,6 @@ MAKE_ENV = TEST_POD=Yes
CONFIGURE_ARGS = install_path=sbin="${PREFIX}/sbin"
post-build:
find ${WRKBUILD}/blib -type f -name '*.orig.port' -delete
find ${WRKBUILD}/blib -type f -name '*${PATCHORIG}' -delete
.include <bsd.port.mk>
+1 -1
View File
@@ -33,6 +33,6 @@ post-install:
${INSTALL_DATA_DIR} ${PREFIX}/include/sp
${INSTALL_DATA} ${WRKSRC}/include/* ${PREFIX}/include/sp
${INSTALL_DATA} ${WRKSRC}/generic/* ${PREFIX}/include/sp
rm ${PREFIX}/include/sp/{Attribute,config}.h.orig.port
rm ${PREFIX}/include/sp/{Attribute,config}.h${PATCHORIG}
.include <bsd.port.mk>