Lines 3-8
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= docutils |
4 |
PORTNAME= docutils |
5 |
PORTVERSION= 0.14 |
5 |
PORTVERSION= 0.14 |
|
|
6 |
PORTREVISION= 1 |
6 |
CATEGORIES= textproc python |
7 |
CATEGORIES= textproc python |
7 |
MASTER_SITES= CHEESESHOP |
8 |
MASTER_SITES= CHEESESHOP |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
9 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
Lines 28-34
Link Here
|
28 |
|
29 |
|
29 |
post-install: |
30 |
post-install: |
30 |
.for script in ${SCRIPTS} |
31 |
.for script in ${SCRIPTS} |
31 |
${LN} -s ${script}.py ${STAGEDIR}${PREFIX}/bin/${script} |
32 |
${LN} -s ${script}.py-${PYTHON_VER} ${STAGEDIR}${PREFIX}/bin/${script} |
32 |
.endfor |
33 |
.endfor |
33 |
|
34 |
|
34 |
.include <bsd.port.mk> |
35 |
.include <bsd.port.mk> |