Skip to content

Commit

Permalink
sysutils/pick: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 26, 2024
1 parent 7f42273 commit 44bb8bd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sysutils/pick/Makefile
@@ -1,5 +1,6 @@
PORTNAME= pick
PORTVERSION= 4.0.0
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= https://github.com/mptre/pick/releases/download/v${PORTVERSION}/

Expand All @@ -12,8 +13,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE

USES= ncurses
HAS_CONFIGURE= yes
MAKE_ARGS= INSTALL="${INSTALL_PROGRAM}"
MAKE_ARGS= INSTALL="${INSTALL_PROGRAM}" MANDIR="${PREFIX}/share/man"
PLIST_FILES= bin/pick \
man/man1/pick.1.gz
share/man/man1/pick.1.gz

.include <bsd.port.mk>

0 comments on commit 44bb8bd

Please sign in to comment.