diff options
-rw-r--r-- | dns/dnswall/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/dnswall/Makefile b/dns/dnswall/Makefile index e8ae4ed..59fa8d8 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> |