diff options
author | Timur I. Bakeyev <timur@FreeBSD.org> | 2022-10-17 00:53:40 +0200 |
---|---|---|
committer | Timur I. Bakeyev <timur@FreeBSD.org> | 2022-10-17 01:23:12 +0200 |
commit | 6e64c0a6e91914b74345561615feceaed4f0f3b5 (patch) | |
tree | fdf55067a18e9b1db1fdb005f4cf672a5c81191b | |
parent | security/libpki: fix build on powerpc (diff) |
net/samba413: Fix alignment of the WWW line.
-rw-r--r-- | net/samba413/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/samba413/Makefile b/net/samba413/Makefile index ccbb438ecb6a..e144f57847fe 100644 --- a/net/samba413/Makefile +++ b/net/samba413/Makefile @@ -7,7 +7,7 @@ DISTNAME= ${SAMBA4_DISTNAME} MAINTAINER= timur@FreeBSD.org COMMENT= Free SMB/CIFS and AD/DC server and client for Unix -WWW= https://www.samba.org/ +WWW= https://www.samba.org/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING |