aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-03-30 02:15:07 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-03-30 02:15:07 +0000
commitcc2f3b6b287a11ea4ddc449ad7886f14e2cb4cbb (patch)
tree4dac2b275256d379ccaad5da30eaf7127e83cf37 /dns
parent6c85d3bc3f79b04a73fbc51585e7e8454e143b4a (diff)
downloadports-cc2f3b6b287a11ea4ddc449ad7886f14e2cb4cbb.tar.gz
ports-cc2f3b6b287a11ea4ddc449ad7886f14e2cb4cbb.zip
Notes
Diffstat (limited to 'dns')
-rw-r--r--dns/dnswall/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/dnswall/Makefile b/dns/dnswall/Makefile
index e8ae4edabded..59fa8d8e50e6 100644
--- a/dns/dnswall/Makefile
+++ b/dns/dnswall/Makefile
@@ -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>