diff options
Diffstat (limited to 'security/kwallet/Makefile')
-rw-r--r-- | security/kwallet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/kwallet/Makefile b/security/kwallet/Makefile index d1ab1df6523f..508f22d74d90 100644 --- a/security/kwallet/Makefile +++ b/security/kwallet/Makefile @@ -40,7 +40,7 @@ pre-configure: .for AM in automake aclocal ${LN} -sf ${LOCALBASE}/bin/${AM}14 ${WRKSRC}/auto-bin/${AM} .endfor - cd ${WRKSRC} && env PATH=$$PATH:${WRKSRC}/auto-bin \ + cd ${WRKSRC} && env PATH=${WRKSRC}/auto-bin:$$PATH \ ${GMAKE} -f Makefile.cvs .include <bsd.port.mk> |