summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorrichard <richard>2016-05-21 05:28:59 +0000
committerrichard <richard>2016-05-21 05:28:59 +0000
commit4edb115a7271990c7487d5c4f74457bffe0f43e5 (patch)
tree0bc057f7d7e0fca47a667bcd84190c2d826c03df /archivers
parenteb0287a5b55c5ac8615a06a0a045b72dc13ea217 (diff)
downloadpkgsrc-4edb115a7271990c7487d5c4f74457bffe0f43e5.tar.gz
post-install chmod no longer necessary
Diffstat (limited to 'archivers')
-rw-r--r--archivers/py-libarchive-c/Makefile6
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"