1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

ftp/quftp: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-02-23 18:58:13 +01:00
parent a473051ece
commit c43341d0f1
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91

View File

@ -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}|' \