mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
install wmmsg.dist
PR: 67746 Submitted By: maintainer
This commit is contained in:
parent
2138f66cc5
commit
19a402495c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111329
@ -35,4 +35,11 @@ post-patch:
|
||||
${WRKSRC}/src/wmmsg/wmmsg.c
|
||||
@${REINPLACE_CMD} -e 's| man\/wmmsg_notify\.1||g' ${WRKSRC}/Makefile.in
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${ECHO_MSG} "===> Installing wmmsgrc.dist to ${DOCSDIR}"
|
||||
@${INSTALL_DATA} ${WRKSRC}/wmmsgrc ${DOCSDIR}/wmmsgrc.dist
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,4 @@
|
||||
bin/wmmsg
|
||||
bin/wmmsg_notify
|
||||
%%PORTDOCS%%%%DOCSDIR%%/wmmsgrc.dist
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user