1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Unbreak, sortof. By restoring permissions on metakit.pyc to what they should

be, sortof.
This commit is contained in:
Adam Weinberger 2005-12-31 01:30:40 +00:00
parent 5c9fcb26af
commit 34f2af85b2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=152462

View File

@ -17,12 +17,15 @@ COMMENT= GNOME recipe manager
RUN_DEPENDS= ${LOCALBASE}/lib/libmk4py.so:${PORTSDIR}/databases/metakit \
${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging
BROKEN= Changes file permission of installed file
USE_X_PREFIX= yes
USE_PYTHON= yes
USE_PYDISTUTILS=yes
USE_GNOME= pygnome2
post-install:
.if exists(${PYTHON_SITELIBDIR}/metakit.pyc)
@${CHMOD} 0555 ${PYTHON_SITELIBDIR}/metakit.pyc
.endif
.include <bsd.port.mk>