Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Aug 2021 09:04:54 GMT
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d9bdf9780264 - main - sysutils/ndmpd: remove useless GH_PROJECT and ONLY_FOR_ARCHS
Message-ID:  <202108310904.17V94sI1065887@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by danfe:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d9bdf9780264020dc8dc347b581ccf7aa53013c7

commit d9bdf9780264020dc8dc347b581ccf7aa53013c7
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2021-08-31 09:03:48 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2021-08-31 09:03:51 +0000

    sysutils/ndmpd: remove useless GH_PROJECT and ONLY_FOR_ARCHS
    
    Taking a quick look at the code, there isn't really anything
    architecture-specific about it.  While here, wrap one overly
    long line to fit standard 80-character terminal width.
---
 sysutils/ndmpd/Makefile | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/sysutils/ndmpd/Makefile b/sysutils/ndmpd/Makefile
index 6926760322cd..20ebb9c4a033 100644
--- a/sysutils/ndmpd/Makefile
+++ b/sysutils/ndmpd/Makefile
@@ -9,15 +9,14 @@ COMMENT=	Network Data Management Protocol daemon
 LICENSE=	BSD3CLAUSE
 
 USE_GITHUB=	yes
-GH_ACCOUNT=	iXsystems	
-GH_PROJECT=	ndmpd
+GH_ACCOUNT=	iXsystems
 GH_TAGNAME=	ffde7d1
 
-ONLY_FOR_ARCHS=	amd64 i386
 PLIST_FILES=	sbin/ndmpd etc/ndmpd.conf.example
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/ndmpd ${STAGEDIR}${PREFIX}/sbin
-	${INSTALL_DATA} ${WRKSRC}/ndmpd.conf ${STAGEDIR}${PREFIX}/etc/ndmpd.conf.example
+	${INSTALL_DATA} ${WRKSRC}/ndmpd.conf \
+		${STAGEDIR}${PREFIX}/etc/ndmpd.conf.example
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108310904.17V94sI1065887>