summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ftp/lftp/Makefile6
-rw-r--r--ftp/lftp/pkg-plist14
2 files changed, 13 insertions, 7 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile
index c3ea9c543728..c3996aa71f1d 100644
--- a/ftp/lftp/Makefile
+++ b/ftp/lftp/Makefile
@@ -24,6 +24,12 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
MAN1= lftp.1
+.if defined(NOPORTDOCS)
+NODOCS= "@comment "
+.endif
+
+PLIST_SUB= NOPORTDOCS=${NODOCS}
+
pre-patch:
@${PERL} -pi -e 's|-lpthread|-pthread|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
diff --git a/ftp/lftp/pkg-plist b/ftp/lftp/pkg-plist
index a0e8bd6cb810..a841d885098e 100644
--- a/ftp/lftp/pkg-plist
+++ b/ftp/lftp/pkg-plist
@@ -1,12 +1,12 @@
bin/lftp
bin/lftpget
etc/lftp.conf.sample
-share/doc/lftp/COPYING
-share/doc/lftp/FAQ
-share/doc/lftp/NEWS
-share/doc/lftp/README
-share/doc/lftp/THANKS
-share/doc/lftp/TODO
+%%NOPORTDOCS%%share/doc/lftp/COPYING
+%%NOPORTDOCS%%share/doc/lftp/FAQ
+%%NOPORTDOCS%%share/doc/lftp/NEWS
+%%NOPORTDOCS%%share/doc/lftp/README
+%%NOPORTDOCS%%share/doc/lftp/THANKS
+%%NOPORTDOCS%%share/doc/lftp/TODO
share/lftp/import-ncftp
share/lftp/import-netscape
share/locale/de/LC_MESSAGES/lftp.mo
@@ -19,5 +19,5 @@ share/locale/pl/LC_MESSAGES/lftp.mo
share/locale/pt_BR/LC_MESSAGES/lftp.mo
share/locale/ru/LC_MESSAGES/lftp.mo
share/locale/zh_CN/LC_MESSAGES/lftp.mo
+%%NOPORTDOCS%%@dirrm share/doc/lftp
@dirrm share/lftp
-@dirrm share/doc/lftp