From ac3b42228c5ad431ee8c4c5195eb17c8c7f5f8f2 Mon Sep 17 00:00:00 2001 From: ak Date: Mon, 12 May 2014 11:59:02 +0000 Subject: - Support STAGEDIR [1] - Add license PR: ports/189639 [1] Submitted by: "Eric L. Camachat" (maintainer) [1] --- sysutils/djmount/Makefile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/sysutils/djmount/Makefile b/sysutils/djmount/Makefile index ce056e968756..18f934c0a1a3 100644 --- a/sysutils/djmount/Makefile +++ b/sysutils/djmount/Makefile @@ -10,7 +10,9 @@ MASTER_SITES= SF MAINTAINER= eric@camachat.org COMMENT= Mount UPnP A/V Media -LIB_DEPENDS= upnp.9:${PORTSDIR}/devel/upnp +LICENSE= GPLv2 + +LIB_DEPENDS= libupnp.so:${PORTSDIR}/devel/upnp PLIST_FILES= bin/${PORTNAME} GNU_CONFIGURE= yes @@ -21,11 +23,8 @@ CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} \ PORTDOCS= AUTHORS ChangeLog NEWS README TODO -NO_STAGE= yes post-install: -.ifndef NOPORTDOCS - @${INSTALL} -d ${DOCSDIR}/ - @cd ${WRKSRC}/&&${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/ -.endif + @${INSTALL} -d ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include -- cgit