diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2025-08-08 15:34:26 +0200 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2025-08-08 15:34:26 +0200 |
commit | 5c8be04aa8ca749e927812e9606910dc78560e94 (patch) | |
tree | 379483888958321ac12351876840f70d06eebd83 | |
parent | www/tor-browser: Update 14.5.5 => 15.0a1 (diff) |
mail/vbsfilter: fix build with bad enviroment on cluster
-rw-r--r-- | mail/vbsfilter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/vbsfilter/Makefile b/mail/vbsfilter/Makefile index 086f7308955a..52beb04f6eae 100644 --- a/mail/vbsfilter/Makefile +++ b/mail/vbsfilter/Makefile @@ -24,7 +24,7 @@ CFLAGS+= -Wall do-extract: ${MKDIR} ${WRKSRC} - ${CP} ${_DISTDIR}vbsfilter-${PORTVERSION}.c ${WRKSRC} + ${CP} ${DISTDIR}/vbsfilter-${PORTVERSION}.c ${WRKSRC} .for i in ${CTARGETS} ${i}: |