summaryrefslogtreecommitdiff
path: root/ftp/quftp
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2014-02-08 13:48:54 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2014-02-08 13:48:54 +0000
commitfd6d7d7eb08be21a3311aa5880e84b9512092583 (patch)
treeb5e65606270a3693e5b161c1d5e4965784aa618c /ftp/quftp
parentUnbreak after OPTIONS helpers conversion, idesk things that you want to (diff)
- Add stage support
- Remove the indefinte article from COMMENT
Notes
Notes: svn path=/head/; revision=343329
Diffstat (limited to 'ftp/quftp')
-rw-r--r--ftp/quftp/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/ftp/quftp/Makefile b/ftp/quftp/Makefile
index bd3794c0d25b..63d78100d1c6 100644
--- a/ftp/quftp/Makefile
+++ b/ftp/quftp/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= ftp
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
-COMMENT= A scriptable FTP client
+COMMENT= Scriptable FTP client
LICENSE= GPLv2
@@ -18,15 +18,13 @@ GNU_CONFIGURE= yes
CPPFLAGS+= ${PTHREAD_CFLAGS}
LDFLAGS+= ${PTHREAD_LIBS}
-MAN1= quftp.1
-PLIST_FILES= bin/quftp
+PLIST_FILES= bin/quftp man/man1/quftp.1.gz
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e \
's|^CFLAGS|#CFLAGS|' ${WRKSRC}/Makefile.in
post-install:
- @${STRIP_CMD} ${PREFIX}/bin/quftp
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/quftp
.include <bsd.port.mk>