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

(-)net/py-miniupnpc/Makefile (-1 / +4 lines)
Lines 16-26 MASTERDIR= ${.CURDIR}/../miniupnpc Link Here
16
16
17
USE_PYTHON=	yes
17
USE_PYTHON=	yes
18
USE_PYDISTUTILS=yes
18
USE_PYDISTUTILS=yes
19
BROKEN=		does not package
20
19
21
WRKDIR=		${WRKDIRPREFIX}${MASTERDIR}/work
20
WRKDIR=		${WRKDIRPREFIX}${MASTERDIR}/work
22
PLIST=		${.CURDIR}/pkg-plist
21
PLIST=		${.CURDIR}/pkg-plist
23
22
23
post-patch:
24
	@${REINPLACE_CMD} 's/\(version\)="[^"]*"/\1="${PORTVERSION}"/' \
25
		${WRKSRC}/setup.py
26
24
.if exists(${.CURDIR}/Makefile.local)
27
.if exists(${.CURDIR}/Makefile.local)
25
.include "${.CURDIR}/Makefile.local"
28
.include "${.CURDIR}/Makefile.local"
26
.endif
29
.endif

Return to bug 162368