pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

neofetch: pkglint, and make sure there's a proper bash shebang



Module Name:	pkgsrc-wip
Committed By:	Charlotte Koch <cfkoch%edgebsd.org@localhost>
Pushed By:	cfkoch
Date:		Wed Feb 12 18:33:42 2020 -0800
Changeset:	a56dc0283487496b41a61330cca66f2456bd180b

Modified Files:
	neofetch/Makefile
	neofetch/PLIST

Log Message:
neofetch: pkglint, and make sure there's a proper bash shebang

Thank you voidpin!

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a56dc0283487496b41a61330cca66f2456bd180b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 neofetch/Makefile | 5 ++++-
 neofetch/PLIST    | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diffs:
diff --git a/neofetch/Makefile b/neofetch/Makefile
index c438aff0c5..9f695acffd 100644
--- a/neofetch/Makefile
+++ b/neofetch/Makefile
@@ -7,9 +7,12 @@ GITHUB_TAG=	${PKGVERSION_NOREV}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/dylanaraps/neofetch
-COMMENT=	A command-line system information tool written in bash 3.2+
+COMMENT=	Command-line system information tool written in bash 3.2+
 LICENSE=	mit
 
 REPLACE_BASH+=	neofetch
+USE_TOOLS+=	bash:run
+
+MAKE_FLAGS+=	MANDIR=${PREFIX}/${PKGMANDIR}
 
 .include "../../mk/bsd.pkg.mk"
diff --git a/neofetch/PLIST b/neofetch/PLIST
index e4ce955d72..86f2e73b6d 100644
--- a/neofetch/PLIST
+++ b/neofetch/PLIST
@@ -1,3 +1,3 @@
 @comment $NetBSD$
 bin/neofetch
-share/man/man1/neofetch.1
+man/man1/neofetch.1


Home | Main Index | Thread Index | Old Index