1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Fix mlogc source path.

PR:		ports/174784
Submitted by:	Dewayne <dewayne@amdg.etowns.org>
This commit is contained in:
Marcelo Araujo 2013-02-04 10:06:31 +00:00
parent cacf013906
commit eb3c8c939c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311600

View File

@ -80,7 +80,7 @@ post-install:
@(cd ${WRKSRC} && ${COPYTREE_SHARE} "doc" ${DOCSDIR}/)
.endif
.if defined(WITH_MLOGC)
${INSTALL_PROGRAM} ${WRKSRC}/mlogc-src/mlogc ${PREFIX}/bin/
${INSTALL_PROGRAM} ${WRKSRC}/mlogc/mlogc ${PREFIX}/bin/
.endif
.include <bsd.port.post.mk>