summaryrefslogtreecommitdiff
path: root/net/ppp-mppe
diff options
context:
space:
mode:
authorheinz <heinz>2004-05-23 15:09:06 +0000
committerheinz <heinz>2004-05-23 15:09:06 +0000
commitc619f0cc73d122e75e6285e32dfc6eca805d2550 (patch)
treeec9c3459f3d75800c35364c49789525088b9ad3c /net/ppp-mppe
parent6af32a2bb271cacdf1384e0b3e53d2f6ac4ed0ba (diff)
downloadpkgsrc-c619f0cc73d122e75e6285e32dfc6eca805d2550.tar.gz
Use option "-r" instead of "-e" for the '[' command since this is not
portable to some operating systems (eg UnixWare or IRIX 5).
Diffstat (limited to 'net/ppp-mppe')
-rw-r--r--net/ppp-mppe/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ppp-mppe/Makefile b/net/ppp-mppe/Makefile
index 2745466940e..5ba3e558791 100644
--- a/net/ppp-mppe/Makefile
+++ b/net/ppp-mppe/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2004/03/31 10:24:50 cube Exp $
+# $NetBSD: Makefile,v 1.26 2004/05/23 15:09:06 heinz Exp $
DISTNAME= ppp-2.3.9
PKGNAME= ppp-mppe-2.3.9
@@ -25,7 +25,7 @@ MANCOMPRESSED_IF_MANZ= yes
BUILD_DEFS+= MANINSTALL
post-extract:
- if [ ! -e ${OPENSSL_SRC}/crypto/rc4 ]; then \
+ if [ ! -r ${OPENSSL_SRC}/crypto/rc4 ]; then \
cd ../../security/openssl && ${MAKE} extract; \
fi
@${LN} -sf ${OPENSSL_SRC}/include/openssl ${WRKSRC}/pppd/openssl