diff options
Diffstat (limited to 'archivers/unmakeself/Makefile')
-rw-r--r-- | archivers/unmakeself/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/unmakeself/Makefile b/archivers/unmakeself/Makefile index f06ad9e72474..12896ccf949a 100644 --- a/archivers/unmakeself/Makefile +++ b/archivers/unmakeself/Makefile @@ -17,7 +17,7 @@ NO_WRKSUBDIR= yes PLIST_FILES= bin/unmakeself do-configure: - @${RM} -f ${WRKSRC}/config.h + @${RM} ${WRKSRC}/config.h @if ${GREP} -q memmem /usr/include/string.h; then \ ${ECHO_CMD} "#define HAS_MEMMEM" > ${WRKSRC}/config.h; \ else \ |