diff options
Diffstat (limited to 'devel/pygobject3-common/Makefile')
-rw-r--r-- | devel/pygobject3-common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/pygobject3-common/Makefile b/devel/pygobject3-common/Makefile index 431fc747f3a3..a2e81ac6b8fc 100644 --- a/devel/pygobject3-common/Makefile +++ b/devel/pygobject3-common/Makefile @@ -69,7 +69,7 @@ PLIST_SUB+= PYTVER=${PYTHON_VER:S/.//} .endif post-install: - @${RM} -rf ${STAGEDIR}${PREFIX}/include/pygobject-3.0 \ + @${RM} -r ${STAGEDIR}${PREFIX}/include/pygobject-3.0 \ ${STAGEDIR}${PREFIX}/libdata/pkgconfig/pygobject-3.0.pc .endif |