diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2017-11-01 21:10:35 +0800 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2017-11-01 21:10:35 +0800 |
commit | 2fb9f253738e151f2fbe761516881a4f0594a09d (patch) | |
tree | 9695b297af36ba840f671615e51523a713e61430 /java | |
parent | 800ccbb3b55bc2ef883f887ccd6925b011df90ef (diff) | |
download | freebsd-ports-gnome-2fb9f253738e151f2fbe761516881a4f0594a09d.tar.gz freebsd-ports-gnome-2fb9f253738e151f2fbe761516881a4f0594a09d.tar.zst freebsd-ports-gnome-2fb9f253738e151f2fbe761516881a4f0594a09d.zip |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
Diffstat (limited to 'java')
-rw-r--r-- | java/berkeley-db/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/berkeley-db/Makefile b/java/berkeley-db/Makefile index c44830c7fb72..9bffd23f1903 100644 --- a/java/berkeley-db/Makefile +++ b/java/berkeley-db/Makefile @@ -47,7 +47,7 @@ post-build: test # # Please, review the reported failures (if any) and consider # reporting them to the developers via: - # http://forums.oracle.com/forums/forum.jspa?forumID=273 + # http://forums.oracle.com/forums/forum.jspa?forumID=273 # You can re-run the tests without rebuilding the port by # simply doing `make test' # @@ -57,7 +57,7 @@ post-build: # Doing `make test' now might be useful (if time-consuming). # Please, review the reported failures (if any) and consider # reporting them via - # http://forums.oracle.com/forums/forum.jspa?forumID=273 + # http://forums.oracle.com/forums/forum.jspa?forumID=273 # .endif |