diff options
Diffstat (limited to 'textproc/hs-bytestring-csv/Makefile')
-rw-r--r-- | textproc/hs-bytestring-csv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/hs-bytestring-csv/Makefile b/textproc/hs-bytestring-csv/Makefile index 79a46ae849eb..924cf6cd8d10 100644 --- a/textproc/hs-bytestring-csv/Makefile +++ b/textproc/hs-bytestring-csv/Makefile @@ -16,7 +16,7 @@ USE_ALEX= yes # Force regeneration of the lexer. post-patch:: - @${RM} -rf ${WRKSRC}/dist + @${RM} -r ${WRKSRC}/dist .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |