diff options
author | grembo <grembo@FreeBSD.org> | 2016-10-12 17:23:57 +0000 |
---|---|---|
committer | grembo <grembo@FreeBSD.org> | 2016-10-12 17:23:57 +0000 |
commit | 31c77cc1373d32db8797f37daf7ee31f4f1ce225 (patch) | |
tree | a868f7556ba059bce352402316515733238a5f3e /devel/py-ice/Makefile | |
parent | f6b1932acb653c80aa63b5dbc44782bb4b8bb9c6 (diff) | |
download | FreeBSD-ports-31c77cc1373d32db8797f37daf7ee31f4f1ce225.zip FreeBSD-ports-31c77cc1373d32db8797f37daf7ee31f4f1ce225.tar.gz |
Update ice ports to 3.6.3
A few critical patches got merged upstream, a few new were required
to maintain LibreSSL support and fix other new issues. Note that slice2py
moved from devel/py-ice to devel/ice.
Approved by: mentors (implicit)
Diffstat (limited to 'devel/py-ice/Makefile')
-rw-r--r-- | devel/py-ice/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/devel/py-ice/Makefile b/devel/py-ice/Makefile index 11c9105..cd9e2a59 100644 --- a/devel/py-ice/Makefile +++ b/devel/py-ice/Makefile @@ -37,8 +37,5 @@ post-install: -exec ${CHMOD} u+w {} \; @${PYTHON_CMD} -m compileall -d ${PYSITEDIR}/Ice ${STAGEDIR}${PYSITEDIR}/Ice @${PYTHON_CMD} -O -m compileall -d ${PYSITEDIR}/Ice ${STAGEDIR}${PYSITEDIR}/Ice - ${INSTALL_MAN} ${WRKSRC}/man/man1/slice2py.1 ${STAGEDIR}${PREFIX}/man/man1 - ${INSTALL_SCRIPT} ${BUILD_WRKSRC}/config/s2py.py \ - ${STAGEDIR}${PREFIX}/bin/slice2py .include "${MASTERDIR}/Makefile" |