diff options
Diffstat (limited to 'deskutils/gworkspace/Makefile')
-rw-r--r-- | deskutils/gworkspace/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/gworkspace/Makefile b/deskutils/gworkspace/Makefile index d17d0910b631..912708e26f5e 100644 --- a/deskutils/gworkspace/Makefile +++ b/deskutils/gworkspace/Makefile @@ -27,6 +27,6 @@ USES+= ghostscript .endif pre-configure: - ${RM} -rf ${WRKSRC}/GWMetadata + ${RM} -r ${WRKSRC}/GWMetadata .include <bsd.port.mk> |