pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
micro: Address pkglint warnings
Module Name: pkgsrc-wip
Committed By: Sijmen J. Mulder <sjmulder%NetBSD.org@localhost>
Pushed By: sjmulder
Date: Sat May 30 04:06:47 2020 +0200
Changeset: 7a9dac258dafae60f15740aafb916988f0eb7e1f
Modified Files:
micro/Makefile
Log Message:
micro: Address pkglint warnings
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7a9dac258dafae60f15740aafb916988f0eb7e1f
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
micro/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diffs:
diff --git a/micro/Makefile b/micro/Makefile
index 414118e0b9..df6b850151 100644
--- a/micro/Makefile
+++ b/micro/Makefile
@@ -6,9 +6,9 @@ MASTER_SITES= ${MASTER_SITE_GITHUB:=zyedidia/}
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= sjmulder%NetBSD.org@localhost
-HOMEPAGE= https://micro-eidtor.github.io
+HOMEPAGE= https://micro-eidtor.github.io/
COMMENT= Modern and intuitive terminal-based text editor
-LICENSE= mit
+LICENSE= mit
INSTALLATION_DIRS+= ${PKGMANDIR}/man1
@@ -86,7 +86,7 @@ GO_MODULE_FILES+= github.com/yuin/gopher-lua/@v/v0.0.0-20191220021717-ab39c6098b
GO_MODULE_FILES+= layeh.com/gopher-luar/@v/v1.0.7.zip
do-build:
- ${RUN} cd ${WRKSRC} && ${_ULIMIT_CMD} ${PKGSRC_SETENV} ${MAKE_ENV} ${GO} install -v ${GO_ARGS} ${GO_BUILD_PATTERN}
+ ${RUN} cd ${WRKSRC} && ${PKGSRC_SETENV} ${MAKE_ENV} ${GO} install -v ${GO_ARGS} ${GO_BUILD_PATTERN}
post-install:
${INSTALL_MAN} ${WRKSRC}/assets/packaging/micro.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
Home |
Main Index |
Thread Index |
Old Index