diff options
Diffstat (limited to 'misc/tinderbox/Makefile')
-rw-r--r-- | misc/tinderbox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/tinderbox/Makefile b/misc/tinderbox/Makefile index 7cb1b7a..6590d03 100644 --- a/misc/tinderbox/Makefile +++ b/misc/tinderbox/Makefile @@ -117,7 +117,7 @@ pre-install: ${RM} -R ${WRKSRC}/www .endif .if defined(WITHOUT_WEB_EXP) - ${RM} -R ${WRKSRC}/www-exp + ${RM} -R ${WRKSRC}/www-exp .endif |