diff options
author | mharo <mharo@FreeBSD.org> | 2000-02-16 08:12:17 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-02-16 08:12:17 +0800 |
commit | d702ffbd16c694311e92e445e73a5bf6aec95e61 (patch) | |
tree | e3d9be69a4932c59a2157c5ca83f4aede8e70c36 | |
parent | f091d98e1daf1b7f2235671ec7ffd980069ee067 (diff) | |
download | freebsd-ports-graphics-d702ffbd16c694311e92e445e73a5bf6aec95e61.tar.gz freebsd-ports-graphics-d702ffbd16c694311e92e445e73a5bf6aec95e61.tar.zst freebsd-ports-graphics-d702ffbd16c694311e92e445e73a5bf6aec95e61.zip |
remove extra white space at end of line (portlint)
-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 dbb81ce9a8d..a956531c24e 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" |