svn commit: r315588 - head/dns/dnswall

Emanuel Haupt ehaupt at FreeBSD.org
Sat Mar 30 02:15:08 UTC 2013


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>


More information about the svn-ports-head mailing list