1
0
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:
Oliver Lehmann 2004-06-12 11:31:27 +00:00
parent 2138f66cc5
commit 19a402495c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111329
2 changed files with 9 additions and 0 deletions

View File

@ -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>

View File

@ -1,2 +1,4 @@
bin/wmmsg
bin/wmmsg_notify
%%PORTDOCS%%%%DOCSDIR%%/wmmsgrc.dist
%%PORTDOCS%%@dirrm %%DOCSDIR%%