diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2014-05-12 11:59:02 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2014-05-12 11:59:02 +0000 |
commit | 89324c876533f80b86fcbcc7165f954166be8e19 (patch) | |
tree | b843ef6e26cb25a42a6a89b30fd4048329e51a39 /sysutils/djmount | |
parent | d6a8434aa32ca7d9bfe053f559d43b6d35478111 (diff) | |
download | ports-89324c876533f80b86fcbcc7165f954166be8e19.tar.gz ports-89324c876533f80b86fcbcc7165f954166be8e19.zip |
Notes
Diffstat (limited to 'sysutils/djmount')
-rw-r--r-- | sysutils/djmount/Makefile | 11 |
1 files 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 <bsd.port.mk> |