1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

1: Stagify.

2: bump version due pkg-plist changed.
This commit is contained in:
Vanilla I. Shu 2014-06-12 02:03:27 +00:00
parent a4217ee3d0
commit 60efbc4495
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357556
2 changed files with 3 additions and 4 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= Component
PORTVERSION= 0.2
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= http://www.webwareforpython.org/downloads/${PORTNAME}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}webware-
@ -14,7 +15,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}webware>0:${PORTSDIR}/www/py-webware
USE_PYTHON= 2
NO_STAGE= yes
do-build:
@${ECHO_MSG} -n ">> Compiling ..."
@${PYTHON_CMD} -c "import compileall; compileall.compile_dir('${WRKSRC}')"
@ -23,8 +23,8 @@ do-build:
do-install:
@${ECHO_CMD} -n ">> Installing ..."
@cd ${WRKSRC} && \
${FIND} . -type d -exec ${MKDIR} "${PREFIX}/share/webware/${PORTNAME}/{}" \; && \
${FIND} . -not -type d -exec ${INSTALL_DATA} "{}" "${PREFIX}/share/webware/${PORTNAME}/{}" \;
${FIND} . -type d -exec ${MKDIR} "${STAGEDIR}${PREFIX}/share/webware/${PORTNAME}/{}" \; && \
${FIND} . -not -type d -exec ${INSTALL_DATA} "{}" "${STAGEDIR}${PREFIX}/share/webware/${PORTNAME}/{}" \;
@${ECHO_MSG} " [ DONE ]"
.include <bsd.port.mk>

View File

@ -21,4 +21,3 @@ share/webware/Component/setup.pyc
@dirrm share/webware/Component/Component.egg-info
@dirrm share/webware/Component/Component
@dirrm share/webware/Component
@dirrm share/webware