diff options
Diffstat (limited to 'x11/bmpanel2/Makefile')
-rw-r--r-- | x11/bmpanel2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/bmpanel2/Makefile b/x11/bmpanel2/Makefile index 495c400acef8..23f11ba01235 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 |