diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-03-30 02:15:07 +0000 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-03-30 02:15:07 +0000 |
commit | 984990537079dfe4be8c86d0cef55c015c5a3004 (patch) | |
tree | 4dac2b275256d379ccaad5da30eaf7127e83cf37 | |
parent | 99adc05ea7ab19ec4cdd6494b4f95fd96970d46f (diff) | |
download | FreeBSD-ports-984990537079dfe4be8c86d0cef55c015c5a3004.zip FreeBSD-ports-984990537079dfe4be8c86d0cef55c015c5a3004.tar.gz |
Create a soft link in order to fix compilation for build environments where the
source is on a different filesystem.
-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> |