Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Mar 2020 18:30:24 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r529752 - head/sysutils/pick
Message-ID:  <202003281830.02SIUOTB045718@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sat Mar 28 18:30:23 2020
New Revision: 529752
URL: https://svnweb.freebsd.org/changeset/ports/529752

Log:
  sysutils/pick: Take maintainership
  
  While here
  - Use HAS_CONFIGURE; no Autotools here
  - Strip binary
  - Pet portfmt

Modified:
  head/sysutils/pick/Makefile

Modified: head/sysutils/pick/Makefile
==============================================================================
--- head/sysutils/pick/Makefile	Sat Mar 28 18:14:33 2020	(r529751)
+++ head/sysutils/pick/Makefile	Sat Mar 28 18:30:23 2020	(r529752)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003281830.02SIUOTB045718>