diff options
author | mharo <mharo@FreeBSD.org> | 2000-02-16 00:12:17 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-02-16 00:12:17 +0000 |
commit | d702ffbd16c694311e92e445e73a5bf6aec95e61 (patch) | |
tree | e3d9be69a4932c59a2157c5ca83f4aede8e70c36 /www | |
parent | f091d98e1daf1b7f2235671ec7ffd980069ee067 (diff) | |
download | FreeBSD-ports-d702ffbd16c694311e92e445e73a5bf6aec95e61.zip FreeBSD-ports-d702ffbd16c694311e92e445e73a5bf6aec95e61.tar.gz |
remove extra white space at end of line (portlint)
Diffstat (limited to 'www')
-rw-r--r-- | www/w3m-ssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/w3m-ssl/Makefile b/www/w3m-ssl/Makefile index dbb81ce..a956531 100644 --- a/www/w3m-ssl/Makefile +++ b/www/w3m-ssl/Makefile @@ -13,6 +13,6 @@ MASTERDIR= ${.CURDIR}/../../www/w3m PKGDIR= ${.CURDIR}/pkg PLIST= ${MASTERDIR}/pkg/PLIST -USE_OPENSSL= RSA +USE_OPENSSL= RSA .include "${MASTERDIR}/Makefile" |