summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
Diffstat (limited to 'x11')
-rw-r--r--x11/bmpanel2/Makefile2
-rw-r--r--x11/cinnamon-screensaver/Makefile2
-rw-r--r--x11/eaglemode/Makefile6
-rw-r--r--x11/tycoon/Makefile2
-rw-r--r--x11/wmappl/Makefile2
-rw-r--r--x11/wmxss/Makefile2
-rw-r--r--x11/xkbctrl/Makefile2
-rw-r--r--x11/xvattr/Makefile2
8 files changed, 10 insertions, 10 deletions
diff --git a/x11/bmpanel2/Makefile b/x11/bmpanel2/Makefile
index 495c400..23f11ba 100644
--- a/x11/bmpanel2/Makefile
+++ b/x11/bmpanel2/Makefile
@@ -34,7 +34,7 @@ post-patch:
@${REINPLACE_CMD} -e 's,uint,unsigned,' ${WRKSRC}/args.c
# Disable unused optional features (and thus unbreak "make clean")
@${REINPLACE_CMD} -e '/^OPTION/s, ON, OFF,' ${WRKSRC}/CMakeLists.txt
- @${RM} -f ${WRKSRC}/themes/striped/theme.orig
+ @${RM} ${WRKSRC}/themes/striped/theme.orig
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/bmpanel2
diff --git a/x11/cinnamon-screensaver/Makefile b/x11/cinnamon-screensaver/Makefile
index 56d059d..8cce99c 100644
--- a/x11/cinnamon-screensaver/Makefile
+++ b/x11/cinnamon-screensaver/Makefile
@@ -45,7 +45,7 @@ post-patch:
post-install:
${INSTALL_DATA} ${WRKDIR}/cinnamon-screensaver.pam \
${STAGEDIR}${PREFIX}/etc/pam.d/cinnamon-screensaver
- ${RM} -fr ${STAGEDIR}${PREFIX}/etc/pam.d/pam.d/
+ ${RM} -r ${STAGEDIR}${PREFIX}/etc/pam.d/pam.d/
pre-configure:
cd ${WRKSRC} && NOCONFIGURE=yes ${SH} ./autogen.sh
diff --git a/x11/eaglemode/Makefile b/x11/eaglemode/Makefile
index 0274161..e4072ae 100644
--- a/x11/eaglemode/Makefile
+++ b/x11/eaglemode/Makefile
@@ -62,13 +62,13 @@ post-patch:
${REINPLACE_CMD} -e '1s|/usr/bin/perl|${perl_CMD}|'
post-patch-XINE-off:
- @${RM} -f ${WRKSRC}/makers/emAv.maker.pm
+ @${RM} ${WRKSRC}/makers/emAv.maker.pm
post-patch-RSVG-off:
- @${RM} -f ${WRKSRC}/makers/emSvg.maker.pm
+ @${RM} ${WRKSRC}/makers/emSvg.maker.pm
post-patch-PDF-off:
- @${RM} -f ${WRKSRC}/makers/emPdf.maker.pm
+ @${RM} ${WRKSRC}/makers/emPdf.maker.pm
do-build:
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
diff --git a/x11/tycoon/Makefile b/x11/tycoon/Makefile
index 1c62f20..168f7ea 100644
--- a/x11/tycoon/Makefile
+++ b/x11/tycoon/Makefile
@@ -24,6 +24,6 @@ post-patch:
's,FL_REVISION>=80,FL_REVISION >= 80 || FL_VERSION != 0,g'
pre-configure:
- @${RM} -f ${WRKSRC}/xbackdrop/backdrops/index?*
+ @${RM} ${WRKSRC}/xbackdrop/backdrops/index?*
.include <bsd.port.mk>
diff --git a/x11/wmappl/Makefile b/x11/wmappl/Makefile
index 8934952..3277741 100644
--- a/x11/wmappl/Makefile
+++ b/x11/wmappl/Makefile
@@ -22,7 +22,7 @@ IMLIB2_LIB_DEPENDS= libImlib2.so:graphics/imlib2
IMLIB2_CONFIGURE_ENABLE=Imlib2
post-extract:
- @${RM} -rf ${WRKSRC}/icons/CVS
+ @${RM} -r ${WRKSRC}/icons/CVS
post-patch:
@${REINPLACE_CMD} -e \
diff --git a/x11/wmxss/Makefile b/x11/wmxss/Makefile
index 46fadcf..bc060eb 100644
--- a/x11/wmxss/Makefile
+++ b/x11/wmxss/Makefile
@@ -16,7 +16,7 @@ PLIST_FILES= bin/wmxss
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/Src
post-extract:
- @( cd ${WRKSRC} ; ${MAKE} clean ; ${RM} -f .nfs* )
+ @( cd ${WRKSRC} ; ${MAKE} clean ; ${RM} .nfs* )
post-patch:
@${REINPLACE_CMD} -E \
diff --git a/x11/xkbctrl/Makefile b/x11/xkbctrl/Makefile
index c89407c..fc6a076 100644
--- a/x11/xkbctrl/Makefile
+++ b/x11/xkbctrl/Makefile
@@ -18,7 +18,7 @@ USE_XORG= x11 xkbfile
NO_WRKSUBDIR= yes
do-extract:
- @${RM} -rf ${WRKSRC}
+ @${RM} -r ${WRKSRC}
@${MKDIR} ${WRKSRC}
@for _file in ${DISTFILES}; do \
${CP} ${DISTDIR}/${DIST_SUBDIR}/$${_file} ${WRKSRC}; \
diff --git a/x11/xvattr/Makefile b/x11/xvattr/Makefile
index e28d111..951f6b4 100644
--- a/x11/xvattr/Makefile
+++ b/x11/xvattr/Makefile
@@ -28,7 +28,7 @@ GTK1_USE_OFF= GNOME=gtk20
GTK1_VARS_OFF= GTK_PC=gtk+-2.0
post-extract:
- @${RM} -f ${WRKSRC}/getopt.h
+ @${RM} ${WRKSRC}/getopt.h
do-build:
cd ${WRKSRC} && ${CC} ${CFLAGS} ${PORTNAME}.c -o ${PORTNAME} \
OpenPOWER on IntegriCloud