diff options
Diffstat (limited to 'graphics/qslim/Makefile')
-rw-r--r-- | graphics/qslim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/qslim/Makefile b/graphics/qslim/Makefile index efb78c7ddaeb..fd789595dc7e 100644 --- a/graphics/qslim/Makefile +++ b/graphics/qslim/Makefile @@ -34,7 +34,7 @@ FLTK_CONFIG= ${LOCALBASE}/bin/fltk-config GUI_LIBS= $$(${FLTK_CONFIG} --use-gl --ldflags) post-extract: - @${RM} -rf ${WRKSRC}/libgfx/ + @${RM} -r ${WRKSRC}/libgfx/ post-patch: @${REINPLACE_CMD} -e '/gfx-config/d' ${CONFIGURE_WRKSRC}/mix-config.in |