diff options
author | wiz <wiz> | 2000-10-21 22:50:53 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-10-21 22:50:53 +0000 |
commit | 18ae1f3f1995f70dc914ad4f3941b753a27d0e7f (patch) | |
tree | 5a23d107f0ce98c69b804a756af2ec52e20e7fa2 /net | |
parent | b8c2e04227acbb89a0a0ddd9d332022a7426c68c (diff) | |
download | pkgsrc-18ae1f3f1995f70dc914ad4f3941b753a27d0e7f.tar.gz |
remove blank line
Diffstat (limited to 'net')
-rw-r--r-- | net/ppp-mppe/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ppp-mppe/Makefile b/net/ppp-mppe/Makefile index 24a240a4db7..18e43e30f23 100644 --- a/net/ppp-mppe/Makefile +++ b/net/ppp-mppe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/09/09 02:51:40 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2000/10/21 22:50:53 wiz Exp $ DISTNAME= ppp-2.3.9 PKGNAME= ppp-mppe-2.3.9 @@ -16,7 +16,6 @@ BUILD_DEPENDS= ${OPENSSL_SRC}/crypto/rc4:../../security/openssl:extract HAS_CONFIGURE= yes MANCOMPRESSED_IF_MANZ= yes - post-extract: @${LN} -sf ${OPENSSL_SRC}/include/openssl ${WRKSRC}/pppd/openssl @${CP} ${OPENSSL_SRC}/crypto/md32_common.h ${WRKSRC}/pppd/md32_common.h |