aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2014-02-08 14:23:50 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2014-02-08 14:23:50 +0000
commitb073b822c18589bd5803a3dcf4c2f8bcdb6ace74 (patch)
tree27d4b5d3cb0f243ca56d187860e37f446b683fd5 /ftp
parentf8481c2f40f351a962dc229e4ec09279588bf84e (diff)
downloadports-b073b822c18589bd5803a3dcf4c2f8bcdb6ace74.tar.gz
ports-b073b822c18589bd5803a3dcf4c2f8bcdb6ace74.zip
Notes
Diffstat (limited to 'ftp')
-rw-r--r--ftp/pftpd/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/ftp/pftpd/Makefile b/ftp/pftpd/Makefile
index 7b9813017415..5d31552ffa59 100644
--- a/ftp/pftpd/Makefile
+++ b/ftp/pftpd/Makefile
@@ -12,17 +12,17 @@ COMMENT= Multithreaded anonymous FTP daemon
GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE= yes
-MAN1= pftpd.1 rpad.1
-PLIST_FILES= sbin/pftpd
+PLIST_FILES= sbin/pftpd \
+ man/man1/pftpd.1.gz \
+ man/man1/rpad.1.gz
-NO_STAGE= yes
post-patch:
@${FIND} ${WRKSRC} -name "configure" | ${XARGS} ${REINPLACE_CMD} -e \
's|-lpthread|${PTHREAD_LIBS}|g'
do-install:
- (cd ${WRKSRC}/src && ${INSTALL_PROGRAM} pftpd ${PREFIX}/sbin)
- (cd ${WRKSRC}/doc && ${INSTALL_MAN} *.1 ${MANPREFIX}/man/man1)
+ (cd ${WRKSRC}/src && ${INSTALL_PROGRAM} pftpd ${STAGEDIR}${PREFIX}/sbin)
+ (cd ${WRKSRC}/doc && ${INSTALL_MAN} *.1 ${STAGEDIR}${MANPREFIX}/man/man1)
@${CAT} ${WRKSRC}/ISSUES
.include <bsd.port.mk>