diff options
author | wiz <wiz@pkgsrc.org> | 2016-05-22 13:15:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-05-22 13:15:43 +0000 |
commit | 300b15e5245877a94eeac66346cf2e19096e8078 (patch) | |
tree | 4783b643923eafd32802682d745ec58d371771b5 /archivers | |
parent | c49fb6524fc0833aa40904406f9cb647a9da6f00 (diff) | |
download | pkgsrc-300b15e5245877a94eeac66346cf2e19096e8078.tar.gz |
Revert previous, permissions fixup is still needed here.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/py-libarchive-c/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/archivers/py-libarchive-c/Makefile b/archivers/py-libarchive-c/Makefile index 90d1c01e719..56346e67867 100644 --- a/archivers/py-libarchive-c/Makefile +++ b/archivers/py-libarchive-c/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2016/05/21 05:28:59 richard Exp $ +# $NetBSD: Makefile,v 1.4 2016/05/22 13:15:43 wiz Exp $ DISTNAME= libarchive-c-2.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -18,6 +18,10 @@ 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" |