svn commit: r529752 - head/sysutils/pick
Tobias Kortkamp
tobik at FreeBSD.org
Sat Mar 28 18:41:41 UTC 2020
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 at FreeBSD.org
+MAINTAINER= tobik at 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>
More information about the svn-ports-all
mailing list