diff options
author | richard <richard@pkgsrc.org> | 2016-05-21 05:28:59 +0000 |
---|---|---|
committer | richard <richard@pkgsrc.org> | 2016-05-21 05:28:59 +0000 |
commit | f6d49d9f12b813ba7855c394475727b66bdf73f1 (patch) | |
tree | 0bc057f7d7e0fca47a667bcd84190c2d826c03df /archivers/py-libarchive-c | |
parent | 672deebe35473f7b9a5ae71cbde848db517f26df (diff) | |
download | pkgsrc-f6d49d9f12b813ba7855c394475727b66bdf73f1.tar.gz |
post-install chmod no longer necessary
Diffstat (limited to 'archivers/py-libarchive-c')
-rw-r--r-- | archivers/py-libarchive-c/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/archivers/py-libarchive-c/Makefile b/archivers/py-libarchive-c/Makefile index 20bb15f2e22..90d1c01e719 100644 --- a/archivers/py-libarchive-c/Makefile +++ b/archivers/py-libarchive-c/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2015/12/07 09:18:30 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2016/05/21 05:28:59 richard Exp $ DISTNAME= libarchive-c-2.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -18,10 +18,6 @@ SUBST_FILES.libarchive+= libarchive/ffi.py SUBST_MESSAGE.libarchive= Fix path to libarchive. SUBST_STAGE.libarchive= post-configure -# permissions are usually wrong -post-install: - ${CHMOD} ${SHAREMODE} ${DESTDIR}${PREFIX}/${PYSITELIB}/${EGG_INFODIR}/* - .include "../../archivers/libarchive/buildlink3.mk" .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |