summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorClive Lin <clive@FreeBSD.org>2001-01-05 14:58:50 +0000
committerClive Lin <clive@FreeBSD.org>2001-01-05 14:58:50 +0000
commitdc7cfaa8fd37287da110d0f2dd54d9653e6f1eb5 (patch)
treececacb51eac1e45d5c6a3849d3211c3563a71012 /ftp
parentrc script fix (supports start/stop thingie now) (diff)
Let lftp port handles NOPORTDOCS properly.
PR: 24078 Submitted by: Jimmy Olgeni <olgeni@uli.it> Approved by: MAINTAINER
Notes
Notes: svn path=/head/; revision=36819
Diffstat (limited to 'ftp')
-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