diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-10-21 12:51:40 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-10-21 12:51:40 +0000 |
commit | eabbfd75e30148b8f686899a638b93547ca83485 (patch) | |
tree | 5b70e6802d6d9dfe8b4564fc4f09f2d0a5156343 /x11-clocks | |
parent | f51fe6e12cc1833af15f8086b22a92af9f8aa4b0 (diff) |
Notes
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/asclock-gtk/Makefile | 2 | ||||
-rw-r--r-- | x11-clocks/asclock-xlib/Makefile | 2 | ||||
-rw-r--r-- | x11-clocks/pclock/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/x11-clocks/asclock-gtk/Makefile b/x11-clocks/asclock-gtk/Makefile index 7c80541fbf6b..f235bf011562 100644 --- a/x11-clocks/asclock-gtk/Makefile +++ b/x11-clocks/asclock-gtk/Makefile @@ -38,7 +38,7 @@ SHAPED_THEME_DESC= Shaped theme do-configure: @(cd ${WRKSRC}; \ - ${RM} -rf default_theme; \ + ${RM} -r default_theme; \ ${LN} -s themes/${PORT_OPTIONS:M*_THEME:S/_THEME//:tl} default_theme) .include <bsd.port.mk> diff --git a/x11-clocks/asclock-xlib/Makefile b/x11-clocks/asclock-xlib/Makefile index 697988d8d260..a942909ce5c3 100644 --- a/x11-clocks/asclock-xlib/Makefile +++ b/x11-clocks/asclock-xlib/Makefile @@ -24,7 +24,7 @@ post-patch: pre-configure: @(cd ${WRKSRC}; \ - ${RM} -rf default_theme; \ + ${RM} -r default_theme; \ ${LN} -s themes/Orb default_theme) post-install: diff --git a/x11-clocks/pclock/Makefile b/x11-clocks/pclock/Makefile index 879dbc127404..ef50ce992f11 100644 --- a/x11-clocks/pclock/Makefile +++ b/x11-clocks/pclock/Makefile @@ -19,7 +19,7 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" OBJS="Main.o Graphics.o" \ LIBDIR="-L${LOCALBASE}/lib ${LDFLAGS}" post-extract: - cd ${WRKSRC} && ${RM} -f getopt* + cd ${WRKSRC} && ${RM} getopt* do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pclock ${STAGEDIR}${PREFIX}/bin |