mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
use ${PATCHORIG}; no pkg change
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
@@ -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>
|
||||
|
||||
@@ -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
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user