diff options
Diffstat (limited to 'lang/gjs/Makefile')
-rw-r--r-- | lang/gjs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gjs/Makefile b/lang/gjs/Makefile index 6fa5940dacb2..f1f599264375 100644 --- a/lang/gjs/Makefile +++ b/lang/gjs/Makefile @@ -24,6 +24,6 @@ LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip post-install: - @${RM} -rf ${STAGEDIR}${PREFIX}/libexec/gjs + @${RM} -r ${STAGEDIR}${PREFIX}/libexec/gjs .include <bsd.port.mk> |