diff --git a/ftp/quftp/Makefile b/ftp/quftp/Makefile index cd45efe7a431..34389c637515 100644 --- a/ftp/quftp/Makefile +++ b/ftp/quftp/Makefile @@ -1,26 +1,27 @@ PORTNAME= quftp PORTVERSION= 1.0.7 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= ftp MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Scriptable FTP client WWW= https://quftp.sourceforge.net/ 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}|' \ ${WRKSRC}/Makefile.in post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/quftp .include