diff options
author | wiz <wiz@pkgsrc.org> | 2001-04-02 22:52:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-04-02 22:52:25 +0000 |
commit | 1e07693ffda179965c065e9143aa387e9e3df003 (patch) | |
tree | a2b0143dd17ce2fd948b313c52f40bbb03f75110 /net | |
parent | 6d598d1447b1283e25ffb500a6c9e737c9a35071 (diff) | |
download | pkgsrc-1e07693ffda179965c065e9143aa387e9e3df003.tar.gz |
Remove unnecessary empty 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 88482246dfc..b97c85fb230 100644 --- a/net/ppp-mppe/Makefile +++ b/net/ppp-mppe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/03/27 03:20:11 hubertf Exp $ +# $NetBSD: Makefile,v 1.8 2001/04/02 22:52:25 wiz Exp $ DISTNAME= ppp-2.3.9 PKGNAME= ppp-mppe-2.3.9 @@ -33,7 +33,6 @@ post-extract: @${CP} ${OPENSSL_SRC}/crypto/sha/sha_locl.h ${WRKSRC}/netbsd-1.4/sha_locl.h @${CP} ${OPENSSL_SRC}/crypto/sha/sha.h ${WRKSRC}/netbsd-1.4/sha.h - pre-configure: if [ ! -e ${OPENSSL_SRC}/crypto/rc4 ]; then \ cd ../../security/openssl && ${MAKE} extract; \ |