svn commit: r370836 - head/net/vtun
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Oct 14 11:01:47 UTC 2014
Author: amdmi3
Date: Tue Oct 14 11:01:46 2014
New Revision: 370836
URL: https://svnweb.freebsd.org/changeset/ports/370836
QAT: https://qat.redports.org/buildarchive/r370836/
Log:
- Fix symlink pointing into STAGEDIR
Approved by: portmgr blanket
Modified:
head/net/vtun/Makefile
Modified: head/net/vtun/Makefile
==============================================================================
--- head/net/vtun/Makefile Tue Oct 14 09:36:42 2014 (r370835)
+++ head/net/vtun/Makefile Tue Oct 14 11:01:46 2014 (r370836)
@@ -46,6 +46,6 @@ post-install:
.for doc in ${DOCS}
@${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR}
.endfor
- @${LN} -s ${STAGEDIR}${PREFIX}/man/man8/vtund.8 ${STAGEDIR}${PREFIX}/man/man1/vtun.1
+ @${LN} -s ${PREFIX}/man/man8/vtund.8 ${STAGEDIR}${PREFIX}/man/man1/vtun.1
.include <bsd.port.post.mk>
More information about the svn-ports-head
mailing list