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

(-)sysutils/djmount/Makefile (-4 / +3 lines)
Lines 10-16 Link Here
10
MAINTAINER=	eric@camachat.org
10
MAINTAINER=	eric@camachat.org
11
COMMENT=	Mount UPnP A/V Media
11
COMMENT=	Mount UPnP A/V Media
12
12
13
LIB_DEPENDS=	upnp.9:${PORTSDIR}/devel/upnp
13
LIB_DEPENDS=	libupnp.so:${PORTSDIR}/devel/upnp
14
14
15
PLIST_FILES=	bin/${PORTNAME}
15
PLIST_FILES=	bin/${PORTNAME}
16
GNU_CONFIGURE=	yes
16
GNU_CONFIGURE=	yes
Lines 21-31 Link Here
21
21
22
PORTDOCS=	AUTHORS ChangeLog NEWS README TODO
22
PORTDOCS=	AUTHORS ChangeLog NEWS README TODO
23
23
24
NO_STAGE=	yes
25
post-install:
24
post-install:
26
.ifndef NOPORTDOCS
25
.ifndef NOPORTDOCS
27
	@${INSTALL} -d ${DOCSDIR}/
26
	@${INSTALL} -d ${STAGEDIR}${DOCSDIR}/
28
	@cd ${WRKSRC}/&&${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
27
	@cd ${WRKSRC}/&&${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
29
.endif
28
.endif
30
29
31
.include <bsd.port.mk>
30
.include <bsd.port.mk>

Return to bug 189639