diff options
author | taca <taca@pkgsrc.org> | 2019-09-09 00:33:05 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2019-09-09 00:33:05 +0000 |
commit | 680e0cde5e5ece660da5dd33ba8515dba5268033 (patch) | |
tree | 9699a9a65efcd1ac4be51ca78a3f5660bd09c4c3 /net | |
parent | 1fb3d7a8917e7c5284c5d7bd8863ebd575333acc (diff) | |
download | pkgsrc-680e0cde5e5ece660da5dd33ba8515dba5268033.tar.gz |
net/samba4: Makefile format correction
Revert remove of a blank line. There should be blank line.
Thanks to wiz@ noted via private mail.
Diffstat (limited to 'net')
-rw-r--r-- | net/samba4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/samba4/Makefile b/net/samba4/Makefile index b16b9001d66..e11ccce59c2 100644 --- a/net/samba4/Makefile +++ b/net/samba4/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.80 2019/09/05 12:39:56 hauke Exp $ +# $NetBSD: Makefile,v 1.81 2019/09/09 00:33:05 taca Exp $ DISTNAME= samba-4.10.8 PKGREVISION= 1 CATEGORIES= net MASTER_SITES= https://download.samba.org/pub/samba/stable/ + MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.samba.org/ COMMENT= SMB/CIFS protocol server suite |