remove another bunch of @rm -f, some of which were hiding the arguments no

longer existed
This commit is contained in:
jasper 2015-05-18 11:29:37 +00:00
parent 0f7be42597
commit 7e7ecc3b15
22 changed files with 45 additions and 49 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2015/05/11 20:31:13 jasper Exp $ # $OpenBSD: Makefile,v 1.12 2015/05/18 11:29:37 jasper Exp $
COMMENT= extract various archive file formats COMMENT= extract various archive file formats
@ -52,7 +52,7 @@ do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/deco ${INSTALL_DATA_DIR} ${PREFIX}/share/deco
${INSTALL_PROGRAM} ${DECO}/deco ${PREFIX}/bin ${INSTALL_PROGRAM} ${DECO}/deco ${PREFIX}/bin
.for i in CREDITS LICENSE Makefile NEWS README config.mk .for i in CREDITS LICENSE Makefile NEWS README config.mk
rm -f ${ARCHIVE}/${i} rm ${ARCHIVE}/${i}
.endfor .endfor
cd ${ARCHIVE} && cp -R * ${PREFIX}/share/deco cd ${ARCHIVE} && cp -R * ${PREFIX}/share/deco

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2013/03/10 22:28:04 espie Exp $ # $OpenBSD: Makefile,v 1.20 2015/05/18 11:29:37 jasper Exp $
COMMENT = Sun JDK's jar command written entirely in C COMMENT = Sun JDK's jar command written entirely in C
@ -22,6 +22,6 @@ CONFIGURE_STYLE = gnu
NO_TEST = Yes NO_TEST = Yes
post-extract: post-extract:
@rm -f ${WRKSRC}/jartool.c.* rm ${WRKSRC}/jartool.c.*
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.28 2015/01/24 11:07:56 schwarze Exp $ # $OpenBSD: Makefile,v 1.29 2015/05/18 11:29:37 jasper Exp $
COMMENT= cd player for Afterstep or Window Maker COMMENT= cd player for Afterstep or Window Maker
DISTNAME= ascd-0.13.2 DISTNAME= ascd-0.13.2
@ -20,7 +20,7 @@ NO_TEST= Yes
CONFIGURE_STYLE= imake CONFIGURE_STYLE= imake
post-extract: post-extract:
@rm -rf ${WRKSRC}/workman rm -r ${WRKSRC}/workman
pre-configure: pre-configure:
@sed -e "s:%%PREFIX%%:${PREFIX}:g" \ @sed -e "s:%%PREFIX%%:${PREFIX}:g" \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2013/06/23 14:30:51 dcoppa Exp $ # $OpenBSD: Makefile,v 1.6 2015/05/18 11:29:37 jasper Exp $
COMMENT = decoder, encoder and replaygain for musepack files COMMENT = decoder, encoder and replaygain for musepack files
@ -29,6 +29,6 @@ NO_TEST = Yes
post-extract: post-extract:
cp ${WRKDIR}/libreplaygain_r${V}/include/replaygain/gain_analysis.h ${WRKSRC}/mpcgain/ cp ${WRKDIR}/libreplaygain_r${V}/include/replaygain/gain_analysis.h ${WRKSRC}/mpcgain/
cp ${WRKDIR}/libreplaygain_r${V}/src/gain_analysis.c ${WRKSRC}/mpcgain/ cp ${WRKDIR}/libreplaygain_r${V}/src/gain_analysis.c ${WRKSRC}/mpcgain/
rm -rf ${WRKSRC}/include/mpc/.svn rm -r ${WRKSRC}/include/mpc/.svn
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2014/04/06 12:05:20 sthen Exp $ # $OpenBSD: Makefile,v 1.9 2015/05/18 11:29:37 jasper Exp $
COMMENT= module to submit songs to last.fm from MPD COMMENT= module to submit songs to last.fm from MPD
DISTNAME= Music-Audioscrobbler-MPD-0.13 DISTNAME= Music-Audioscrobbler-MPD-0.13
@ -16,6 +16,6 @@ RUN_DEPENDS= audio/p5-Music-Audioscrobbler-Submit \
devel/p5-Proc-Daemon devel/p5-Proc-Daemon
post-configure: post-configure:
@rm -f ${WRKSRC}/examples/*.orig rm ${WRKSRC}/examples/*.orig
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.32 2015/04/04 09:21:00 ajacoutot Exp $ # $OpenBSD: Makefile,v 1.33 2015/05/18 11:29:37 jasper Exp $
COMMENT= printed circuit board layout tool COMMENT= printed circuit board layout tool
DISTNAME= pcb-20110918 DISTNAME= pcb-20110918
@ -53,7 +53,6 @@ pre-configure:
${WRKSRC}/icon-theme-installer ${WRKSRC}/icon-theme-installer
post-install: post-install:
rm -rf ${PREFIX}/share/${DISTNAME}
${INSTALL_MAN} ${WRKSRC}/doc/pcb.1 ${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/doc/pcb.1 ${PREFIX}/man/man1
${INSTALL_DATA} ${WRKSRC}/doc/pcb.info* ${PREFIX}/info ${INSTALL_DATA} ${WRKSRC}/doc/pcb.info* ${PREFIX}/info
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pcb ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pcb

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2014/12/10 19:59:29 dcoppa Exp $ # $OpenBSD: Makefile,v 1.18 2015/05/18 11:29:37 jasper Exp $
PORTROACH = limitw:1,even PORTROACH = limitw:1,even
@ -45,9 +45,6 @@ LIB_DEPENDS = devel/boost \
devel/yaml-cpp \ devel/yaml-cpp \
lang/libv8 lang/libv8
pre-configure:
rm -f ${WRKSRC}/third_party/{pcre,sm}.py
post-install: post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/mongodb ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/mongodb
${INSTALL_DATA} ${FILESDIR}/mongodb.conf \ ${INSTALL_DATA} ${FILESDIR}/mongodb.conf \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.24 2015/03/15 08:34:21 ajacoutot Exp $ # $OpenBSD: Makefile,v 1.25 2015/05/18 11:29:37 jasper Exp $
COMMENT= internationalized string handling COMMENT= internationalized string handling
@ -29,6 +29,6 @@ CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/build-aux MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/build-aux
post-extract: post-extract:
rm -f ${WRKSRC}/contrib/doxygen/*.orig rm ${WRKSRC}/contrib/doxygen/*.orig
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2013/03/11 10:50:11 espie Exp $ # $OpenBSD: Makefile,v 1.17 2015/05/18 11:29:37 jasper Exp $
COMMENT= alarm library for the lua language COMMENT= alarm library for the lua language
SHARED_ONLY= Yes SHARED_ONLY= Yes
@ -28,7 +28,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/alarm.so ${MODLUA_LIBDIR} ${INSTALL_DATA} ${WRKSRC}/alarm.so ${MODLUA_LIBDIR}
do-test: do-test:
rm -f ${WRKDIST}/alarm.lua rm ${WRKDIST}/alarm.lua
cd ${WRKDIST} && ${MODLUA_BIN} test.lua cd ${WRKDIST} && ${MODLUA_BIN} test.lua
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2014/11/25 07:23:48 benoit Exp $ # $OpenBSD: Makefile,v 1.4 2015/05/18 11:29:37 jasper Exp $
COMMENT = turn every die/warn into carp verbose messages COMMENT = turn every die/warn into carp verbose messages
@ -12,7 +12,7 @@ PERMIT_PACKAGE_CDROM = Yes
MAKE_ENV = TEST_POD=Yes MAKE_ENV = TEST_POD=Yes
post-install: pre-configure:
rm -f ${PREFIX}/${P5SITE}/Carp/Always.pm.orig rm ${WRKSRC}/lib/Carp/Always.pm.orig
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2015/01/21 06:13:47 bentley Exp $ # $OpenBSD: Makefile,v 1.14 2015/05/18 11:29:37 jasper Exp $
COMMENT= create symlink from IO handle COMMENT= create symlink from IO handle
@ -14,6 +14,6 @@ BUILD_DEPENDS= devel/p5-Module-Install
# Don't use the bundled ancient copy of Module::Install. # Don't use the bundled ancient copy of Module::Install.
post-extract: post-extract:
rm -fr ${WRKSRC}/inc/ rm -r ${WRKSRC}/inc/
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2015/01/21 14:28:00 sthen Exp $ # $OpenBSD: Makefile,v 1.10 2015/05/18 11:29:37 jasper Exp $
COMMENT= internationalization library written in Perl COMMENT= internationalization library written in Perl
@ -13,7 +13,7 @@ CPAN_AUTHOR= GUIDO
# perl # perl
PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes
post-install: pre-configure:
rm -f ${PREFIX}/${P5SITE}/Locale/*.orig rm ${WRKSRC}/lib/Locale/*.orig
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.22 2013/03/11 11:02:49 espie Exp $ # $OpenBSD: Makefile,v 1.23 2015/05/18 11:29:37 jasper Exp $
COMMENT= clone of the ex/vi text editor COMMENT= clone of the ex/vi text editor
@ -38,7 +38,7 @@ WANTLIB+= X11 Xft Xpm pthread-stubs xcb
NO_TEST= Yes NO_TEST= Yes
do-install: do-install:
@rm -f ${WRKSRC}/{doc,data}/*.orig rm ${WRKSRC}/{doc,data}/*.orig
${INSTALL_DATA_DIR} ${PREFIX}/share/elvis ${INSTALL_DATA_DIR} ${PREFIX}/share/elvis
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/elvis ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/elvis
.for prog in elvfmt elvis ref .for prog in elvfmt elvis ref

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.27 2014/08/30 21:54:08 jasper Exp $ # $OpenBSD: Makefile,v 1.28 2015/05/18 11:29:37 jasper Exp $
COMMENT= classic BSD4.4 cat-and-mouse COMMENT= classic BSD4.4 cat-and-mouse
@ -16,6 +16,6 @@ FAKE_FLAGS= MANDIR="${PREFIX}/man/man" BINDIR="${PREFIX}/bin" \
BINOWN=${BINOWN} BINMODE=${BINMODE} BINOWN=${BINOWN} BINMODE=${BINMODE}
post-extract: post-extract:
@rm -f ${WRKSRC}/obj rm ${WRKSRC}/obj
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.27 2013/05/06 12:01:17 jasper Exp $ # $OpenBSD: Makefile,v 1.28 2015/05/18 11:29:38 jasper Exp $
COMMENT= cockroaches hide under your windows COMMENT= cockroaches hide under your windows
@ -20,6 +20,6 @@ FAKE_FLAGS= MANDIR="${PREFIX}/man/man" BINDIR="${PREFIX}/bin" \
BINOWN="root" BINMODE="755" BINOWN="root" BINMODE="755"
post-extract: post-extract:
@rm -f ${WRKSRC}/obj rm ${WRKSRC}/obj
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.69 2015/05/02 20:06:00 ajacoutot Exp $ # $OpenBSD: Makefile,v 1.70 2015/05/18 11:29:38 jasper Exp $
COMMENT= toolkit for converting images between different formats COMMENT= toolkit for converting images between different formats
@ -42,7 +42,7 @@ MAKE_FLAGS+= NETPBMLIBTYPE=unixshared
.endif .endif
pre-patch: pre-patch:
@rm -f ${WRKSRC}/converter/other/jpeg2000/libjasper/include/jasper/jas_types.h.orig rm ${WRKSRC}/converter/other/jpeg2000/libjasper/include/jasper/jas_types.h.orig
pre-build: pre-build:
perl -i -p \ perl -i -p \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2015/02/03 15:51:10 abieber Exp $ # $OpenBSD: Makefile,v 1.5 2015/05/18 11:29:38 jasper Exp $
COMMENT = bridge API connect to Java for Node.js COMMENT = bridge API connect to Java for Node.js
@ -27,6 +27,6 @@ NO_TEST = Yes
pre-configure: pre-configure:
@perl -pi -e 's,<!\(echo \$$JAVA_HOME\),${JAVA_HOME},' ${WRKSRC}/binding.gyp @perl -pi -e 's,<!\(echo \$$JAVA_HOME\),${JAVA_HOME},' ${WRKSRC}/binding.gyp
@rm -rf ${WRKSRC}/projectFilesBackup* rm -r ${WRKSRC}/projectFilesBackup*
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.29 2013/11/30 15:13:06 jca Exp $ # $OpenBSD: Makefile,v 1.30 2015/05/18 11:29:38 jasper Exp $
COMMENT= MIME implementation COMMENT= MIME implementation
@ -24,6 +24,6 @@ post-configure:
@${SUBST_CMD} ${WRKSRC}/config.h @${SUBST_CMD} ${WRKSRC}/config.h
pre-install: pre-install:
@cd ${WRKSRC}/bin && rm -f *.orig rm ${WRKSRC}/bin/*.orig
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2015/01/21 14:42:32 sthen Exp $ # $OpenBSD: Makefile,v 1.10 2015/05/18 11:29:38 jasper Exp $
COMMENT= easily generate and process stateful forms COMMENT= easily generate and process stateful forms
@ -20,6 +20,6 @@ TEST_DEPENDS=textproc/p5-Template \
www/p5-HTML-Template www/p5-HTML-Template
post-extract: post-extract:
@rm -f ${WRKSRC}/lib/CGI/FormBuilder.pm.orig rm ${WRKSRC}/lib/CGI/FormBuilder.pm.orig
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2015/04/02 14:21:17 jasper Exp $ # $OpenBSD: Makefile,v 1.15 2015/05/18 11:29:38 jasper Exp $
COMMENT = microframework based on Werkzeug and Jinja 2 COMMENT = microframework based on Werkzeug and Jinja 2
@ -40,6 +40,6 @@ post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/${MODPY_PY_PREFIX}flask ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/${MODPY_PY_PREFIX}flask
cd ${WRKSRC}/examples && pax -rw * \ cd ${WRKSRC}/examples && pax -rw * \
${PREFIX}/share/examples/${MODPY_PY_PREFIX}flask ${PREFIX}/share/examples/${MODPY_PY_PREFIX}flask
rm -f ${PREFIX}/share/examples/${MODPY_PY_PREFIX}flask/persona/{static/,}.DS_Store rm ${PREFIX}/share/examples/${MODPY_PY_PREFIX}flask/persona/{static/,}.DS_Store
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2015/04/04 13:18:05 landry Exp $ # $OpenBSD: Makefile,v 1.2 2015/05/18 11:29:38 jasper Exp $
COMMENT = minimal, flat style icon theme COMMENT = minimal, flat style icon theme
@ -23,8 +23,8 @@ ICONSDIR = ${PREFIX}/share/icons/
do-install: do-install:
${INSTALL_DATA_DIR} ${ICONSDIR} ${INSTALL_DATA_DIR} ${ICONSDIR}
# Fix broken symlinks # Fix broken symlinks
rm -f ${WRKDIST}/Moka/*/apps/{Blender,blender,FBReader,TeXworks,Uberwriter,uberwriter,texworks,fbreader}.png rm ${WRKDIST}/Moka/*/apps/{Blender,blender,FBReader,TeXworks,Uberwriter,uberwriter,texworks,fbreader}.png
rm -f ${WRKDIST}/Moka/8x8/emblems/emblem-{danger,insync-des-error}.png rm ${WRKDIST}/Moka/8x8/emblems/emblem-{danger,insync-des-error}.png
cd ${WRKDIST} ; pax -L -rw Moka ${ICONSDIR} cd ${WRKDIST} ; pax -L -rw Moka ${ICONSDIR}
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.60 2015/02/16 22:57:14 naddy Exp $ # $OpenBSD: Makefile,v 1.61 2015/05/18 11:29:38 jasper Exp $
COMMENT= GTK+-2 file manager with desktop features COMMENT= GTK+-2 file manager with desktop features
@ -41,7 +41,7 @@ do-build:
with_platform="OpenBSD" ROX-Filer/AppRun --compile with_platform="OpenBSD" ROX-Filer/AppRun --compile
do-install: do-install:
@rm -f ${WRKSRC}/ROX-Filer/src/*.orig rm ${WRKSRC}/ROX-Filer/src/*.orig
${INSTALL_DATA_DIR} ${PREFIX}/rox/ROX-Filer ${INSTALL_DATA_DIR} ${PREFIX}/rox/ROX-Filer
${INSTALL_MAN} ${WRKSRC}/rox.1 ${PREFIX}/man/man1/ ${INSTALL_MAN} ${WRKSRC}/rox.1 ${PREFIX}/man/man1/
${INSTALL_MAN} ${WRKSRC}/rox.1 ${PREFIX}/man/man1/ROX-Filer.1 ${INSTALL_MAN} ${WRKSRC}/rox.1 ${PREFIX}/man/man1/ROX-Filer.1