Date: Sat, 30 Mar 2013 02:15:07 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r315588 - head/dns/dnswall Message-ID: <201303300215.r2U2F79m034411@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Sat Mar 30 02:15:07 2013 New Revision: 315588 URL: http://svnweb.freebsd.org/changeset/ports/315588 Log: Create a soft link in order to fix compilation for build environments where the source is on a different filesystem. Modified: head/dns/dnswall/Makefile Modified: head/dns/dnswall/Makefile ============================================================================== --- head/dns/dnswall/Makefile Fri Mar 29 23:58:11 2013 (r315587) +++ head/dns/dnswall/Makefile Sat Mar 30 02:15:07 2013 (r315588) @@ -39,7 +39,7 @@ post-patch: pre-configure: .for f in ${AUTOFILES} @${RM} ${WRKSRC}/${f} - @${LN} ${AUTOMAKE_DIR}/${f} ${WRKSRC}/${f} + @${LN} -s ${AUTOMAKE_DIR}/${f} ${WRKSRC}/${f} .endfor .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303300215.r2U2F79m034411>