diff options
author | tnn <tnn@pkgsrc.org> | 2021-10-09 10:41:07 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2021-10-09 10:41:07 +0000 |
commit | 8ef4092f2d7ed2f6f56772a1a1e49da486706395 (patch) | |
tree | 51568eb68fdf84c08a38876290709cdd2e58e9d7 /sysutils/lf | |
parent | e298f298ecec73fca984e695b41cd9d083b90201 (diff) | |
download | pkgsrc-8ef4092f2d7ed2f6f56772a1a1e49da486706395.tar.gz |
remove redundant do-install, CHECK_RELRO_SKIP, INSTALLATIONS_DIRS ...
... for packages where the go-module.mk defaults DTRT as-is.
Diffstat (limited to 'sysutils/lf')
-rw-r--r-- | sysutils/lf/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/lf/Makefile b/sysutils/lf/Makefile index 55dda20614b..2982778bd95 100644 --- a/sysutils/lf/Makefile +++ b/sysutils/lf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2021/10/08 18:55:09 bsiegert Exp $ +# $NetBSD: Makefile,v 1.42 2021/10/09 10:41:10 tnn Exp $ # DISTNAME= lf-13 @@ -16,7 +16,5 @@ GO_MODULE_FILES+= github.com/mattn/go-runewidth/@v/v0.0.4.zip GO_MODULE_FILES+= github.com/nsf/termbox-go/@v/v0.0.0-20190325093121-288510b9734e.zip GO_MODULE_FILES+= github.com/nsf/termbox-go/@v/v0.0.0-20190325093121-288510b9734e.mod -CHECK_RELRO_SKIP+= bin/lf - .include "../../lang/go/go-module.mk" .include "../../mk/bsd.pkg.mk" |