aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
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}|' \