Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= dulwich |
8 |
PORTNAME= dulwich |
9 |
PORTVERSION= 0.8.1 |
9 |
PORTVERSION= 0.8.2 |
10 |
CATEGORIES= devel python |
10 |
CATEGORIES= devel python |
11 |
MASTER_SITES= http://samba.org/~jelmer/${PORTNAME}/ \ |
11 |
MASTER_SITES= http://samba.org/~jelmer/${PORTNAME}/ \ |
12 |
http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/ |
12 |
http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/ |
Lines 30-37
PORTDOCS= AUTHORS COPYING HACKING NEWS README
Link Here
|
30 |
.endif |
30 |
.endif |
31 |
|
31 |
|
32 |
post-patch: |
32 |
post-patch: |
33 |
${REINPLACE_CMD} -e 's|PYTHON = python|PYTHON = /usr/bin/env python|g; \ |
33 |
${REINPLACE_CMD} -e 's|PYTHON = python|PYTHON = /usr/bin/env python|g' \ |
34 |
s|/usr|${PREFIX}|g' ${WRKSRC}/Makefile |
34 |
${WRKSRC}/Makefile |
35 |
${REINPLACE_CMD} -e 's|/usr/bin/python|/usr/bin/env python|g' \ |
35 |
${REINPLACE_CMD} -e 's|/usr/bin/python|/usr/bin/env python|g' \ |
36 |
${WRKSRC}/setup.py |
36 |
${WRKSRC}/setup.py |
37 |
|
37 |
|