aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-23 17:58:13 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-23 17:58:35 +0000
commitc43341d0f17b3b926371c678beb25f6e1825e87b (patch)
tree3f5e79a2c01647fd6133ce684f870108f4a2206d /ftp
parenta473051ecefc5d577d9c11a0fec6571d3d263987 (diff)
downloadports-c43341d0f17b3b926371c678beb25f6e1825e87b.tar.gz
ports-c43341d0f17b3b926371c678beb25f6e1825e87b.zip
ftp/quftp: Moved man to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'ftp')
-rw-r--r--ftp/quftp/Makefile5
1 files changed, 3 insertions, 2 deletions
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}|' \