mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Support STAGEDIR [1]
- Add license PR: ports/189639 [1] Submitted by: "Eric L. Camachat" <eric@camachat.org> (maintainer) [1]
This commit is contained in:
parent
d6a8434aa3
commit
89324c8765
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353808
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user