diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-03-29 02:30:23 +0800 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-03-29 02:30:23 +0800 |
commit | f9492361c4f68abfb7da56daa43ce6a9a5d15115 (patch) | |
tree | ff8bdbeec1ee8145fcda573164bf941102f8d31e /sysutils/pick | |
parent | 54226d46110d11503f25d575936f787ae28c2c4f (diff) | |
download | freebsd-ports-gnome-f9492361c4f68abfb7da56daa43ce6a9a5d15115.tar.gz freebsd-ports-gnome-f9492361c4f68abfb7da56daa43ce6a9a5d15115.tar.zst freebsd-ports-gnome-f9492361c4f68abfb7da56daa43ce6a9a5d15115.zip |
sysutils/pick: Take maintainership
While here
- Use HAS_CONFIGURE; no Autotools here
- Strip binary
- Pet portfmt
Diffstat (limited to 'sysutils/pick')
-rw-r--r-- | sysutils/pick/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sysutils/pick/Makefile b/sysutils/pick/Makefile index cbb9a307a30f..102453210c4c 100644 --- a/sysutils/pick/Makefile +++ b/sysutils/pick/Makefile @@ -2,17 +2,20 @@ PORTNAME= pick PORTVERSION= 3.0.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://github.com/mptre/pick/releases/download/v${PORTVERSION}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tobik@FreeBSD.org COMMENT= Tool for choosing one option from a set of choices with an interface LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= ncurses -GNU_CONFIGURE= yes -PLIST_FILES= bin/pick man/man1/pick.1.gz +HAS_CONFIGURE= yes +MAKE_ARGS= INSTALL="${INSTALL_PROGRAM}" +PLIST_FILES= bin/pick \ + man/man1/pick.1.gz .include <bsd.port.mk> |