aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2001-12-07 15:43:46 +0000
committerPete Fritchman <petef@FreeBSD.org>2001-12-07 15:43:46 +0000
commit61a3a66271d2337b6ebd61e5ffa5c0cdc056e2d9 (patch)
tree44134e3916088c91322be1d591de15991d311039 /security
parent6cc3bf154487889db8ba9e42886f6cb499e05c5d (diff)
downloadports-61a3a66271d2337b6ebd61e5ffa5c0cdc056e2d9.tar.gz
ports-61a3a66271d2337b6ebd61e5ffa5c0cdc056e2d9.zip
Notes
Diffstat (limited to 'security')
-rw-r--r--security/kgpg-kde4/Makefile2
-rw-r--r--security/kwallet/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/security/kgpg-kde4/Makefile b/security/kgpg-kde4/Makefile
index d1ab1df6523f..508f22d74d90 100644
--- a/security/kgpg-kde4/Makefile
+++ b/security/kgpg-kde4/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>
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>