summaryrefslogtreecommitdiff
path: root/net/ppp-mppe/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/ppp-mppe/Makefile')
-rw-r--r--net/ppp-mppe/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/ppp-mppe/Makefile b/net/ppp-mppe/Makefile
index 1b52453f432..cf00fb76ea7 100644
--- a/net/ppp-mppe/Makefile
+++ b/net/ppp-mppe/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1999/12/08 13:57:42 rh Exp $
+# $NetBSD: Makefile,v 1.3 2000/09/02 19:45:19 wiz Exp $
DISTNAME= ppp-2.3.9
PKGNAME= ppp-mppe-2.3.9
@@ -8,7 +8,7 @@ MASTER_SITES= ftp://cs.anu.edu.au/pub/software/ppp/
MAINTAINER= dbj@netbsd.org
HOMEPAGE= http://www.moretonbay.com/vpn/releases/
-OPENSSL_VER= 0.9.4
+OPENSSL_VER= 0.9.5a
BUILD_DEPENDS= ${BUILD_ROOT}/security/openssl/${WRKDIR:T}/openssl-${OPENSSL_VER}/crypto/rc4:../../security/openssl:extract
@@ -17,6 +17,7 @@ MANCOMPRESSED_IF_MANZ= yes
post-extract:
@${MKDIR} ${WRKSRC}/netbsd-1.4
+ @${CP} ${BUILD_ROOT}/security/openssl/${WRKDIR:T}/openssl-${OPENSSL_VER}/crypto/md32_common.h ${WRKSRC}/pppd/md32_common.h
@${CP} ${BUILD_ROOT}/security/openssl/${WRKDIR:T}/openssl-${OPENSSL_VER}/crypto/sha/sha.h ${WRKSRC}/pppd/sha.h
@${CP} ${BUILD_ROOT}/security/openssl/${WRKDIR:T}/openssl-${OPENSSL_VER}/crypto/sha/sha1dgst.c ${WRKSRC}/pppd/sha1dgst.c
@${CP} ${BUILD_ROOT}/security/openssl/${WRKDIR:T}/openssl-${OPENSSL_VER}/crypto/sha/sha_locl.h ${WRKSRC}/pppd/sha_locl.h