summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2020-03-28 18:30:23 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2020-03-28 18:30:23 +0000
commitf9492361c4f68abfb7da56daa43ce6a9a5d15115 (patch)
treeff8bdbeec1ee8145fcda573164bf941102f8d31e /sysutils
parentTake maintainership (diff)
sysutils/pick: Take maintainership
While here - Use HAS_CONFIGURE; no Autotools here - Strip binary - Pet portfmt
Notes
Notes: svn path=/head/; revision=529752
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/pick/Makefile9
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>