View | Details | Raw Unified | Return to bug 219612
Collapse All | Expand All

(-)/usr/local/poudriere/ports/development/devel/py-urwid/Makefile (-2 / +2 lines)
Lines 15-25 Link Here
15
15
16
OPTIONS_DEFINE=	EXAMPLES
16
OPTIONS_DEFINE=	EXAMPLES
17
17
18
USES=		python
18
USES?=		python
19
USE_PYTHON=	autoplist distutils
19
USE_PYTHON=	autoplist distutils
20
20
21
PORTEXAMPLES=	*
21
PORTEXAMPLES=	*
22
EXAMPLESDIR=	${PREFIX}/share/examples/py-${PORTNAME}
22
EXAMPLESDIR=	${PREFIX}/share/examples/${PYTHON_PKGNAMEPREFIX}-${PORTNAME}
23
23
24
post-install:
24
post-install:
25
	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/urwid/str_util.so
25
	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/urwid/str_util.so
(-)/usr/local/poudriere/ports/development/devel/py3-urwid/Makefile (+8 lines)
Line 0 Link Here
1
# Created by: rs.os
2
# $FreeBSD$
3
4
MASTERDIR=	${.CURDIR}/../py-urwid
5
6
USES=		python:3.3+
7
8
.include "${MASTERDIR}/Makefile"
(-)/usr/local/poudriere/ports/development/devel/Makefile (+1 lines)
Lines 4980-4985 Link Here
4980
    SUBDIR += py3-six
4980
    SUBDIR += py3-six
4981
    SUBDIR += py3-tabulate
4981
    SUBDIR += py3-tabulate
4982
    SUBDIR += py3-threema-msgapi
4982
    SUBDIR += py3-threema-msgapi
4983
    SUBDIR += py3-urwid
4983
    SUBDIR += py3-vcversioner
4984
    SUBDIR += py3-vcversioner
4984
    SUBDIR += py3-wcwidth
4985
    SUBDIR += py3-wcwidth
4985
    SUBDIR += py3-xdg
4986
    SUBDIR += py3-xdg

Return to bug 219612