diff options
Diffstat (limited to 'textproc/asm-xml/Makefile')
-rw-r--r-- | textproc/asm-xml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/asm-xml/Makefile b/textproc/asm-xml/Makefile index 0b6a90b69817..102c9d508864 100644 --- a/textproc/asm-xml/Makefile +++ b/textproc/asm-xml/Makefile @@ -17,7 +17,7 @@ USES= dos2unix uidfix PLIST_FILES= include/asm-xml.h lib/libasm-xml.a post-extract: - ${RM} -rf ${WRKSRC}/obj + ${RM} -r ${WRKSRC}/obj post-patch: @${CP} ${FILESDIR}/Makefile ${WRKSRC}/Makefile |