diff options
Diffstat (limited to 'textproc/jade/Makefile')
-rw-r--r-- | textproc/jade/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/jade/Makefile b/textproc/jade/Makefile index b1835e128c08..50cf701204df 100644 --- a/textproc/jade/Makefile +++ b/textproc/jade/Makefile @@ -31,7 +31,7 @@ post-extract: pre-install: @${FIND} ${WRKSRC} \( -name \*.orig -o -name \*~ \) \ - -exec ${RM} -f \{} \; + -exec ${RM} \{} \; post-install: .for i in jade nsgmls sgmlnorm spam spent sx |