diff options
Diffstat (limited to 'x11-wm/gcompmgr/Makefile')
-rw-r--r-- | x11-wm/gcompmgr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/gcompmgr/Makefile b/x11-wm/gcompmgr/Makefile index cc66d6000698..3b16a8feaccd 100644 --- a/x11-wm/gcompmgr/Makefile +++ b/x11-wm/gcompmgr/Makefile @@ -28,7 +28,7 @@ DESKTOP_ENTRIES="gcompmgr" \ OPTIONS_DEFINE= DOCS post-patch: - @${RM} -f ${WRKSRC}/INSTALL + @${RM} ${WRKSRC}/INSTALL @${REINPLACE_CMD} -e 's|connect(SigC::slot|connect(sigc::mem_fun|g ; \ s|#include <sigc++\/compatibility\.h>||g' \ ${WRKSRC}/src/*.cc |