From c43341d0f17b3b926371c678beb25f6e1825e87b Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Fri, 23 Feb 2024 18:58:13 +0100 Subject: ftp/quftp: Moved man to share/man Approved by: portmgr (blanket) --- ftp/quftp/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ftp') diff --git a/ftp/quftp/Makefile b/ftp/quftp/Makefile index cd45efe7a431..34389c637515 100644 --- a/ftp/quftp/Makefile +++ b/ftp/quftp/Makefile @@ -1,6 +1,6 @@ PORTNAME= quftp PORTVERSION= 1.0.7 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= ftp MASTER_SITES= SF @@ -12,9 +12,10 @@ LICENSE= GPLv2 USES= ncurses readline GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share LDFLAGS+= -lpthread -PLIST_FILES= bin/quftp man/man1/quftp.1.gz +PLIST_FILES= bin/quftp share/man/man1/quftp.1.gz post-patch: @${REINPLACE_CMD} -e '/^CFLAGS/s|+=.*|= ${CFLAGS} ${CPPFLAGS}|' \ -- cgit v1.2.3