git: d9bdf9780264 - main - sysutils/ndmpd: remove useless GH_PROJECT and ONLY_FOR_ARCHS
Alexey Dokuchaev
danfe at FreeBSD.org
Tue Aug 31 09:04:55 UTC 2021
The branch main has been updated by danfe:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d9bdf9780264020dc8dc347b581ccf7aa53013c7
commit d9bdf9780264020dc8dc347b581ccf7aa53013c7
Author: Alexey Dokuchaev <danfe at FreeBSD.org>
AuthorDate: 2021-08-31 09:03:48 +0000
Commit: Alexey Dokuchaev <danfe at 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>
More information about the dev-commits-ports-all
mailing list