Utilize ports/Mk's NOPORTDOCS implementation instead of home
made ones.
This commit is contained in:
parent
c1b6898520
commit
3377c98428
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37656
2 changed files with 7 additions and 13 deletions
|
@ -24,12 +24,6 @@ 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
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
bin/lftp
|
||||
bin/lftpget
|
||||
etc/lftp.conf.sample
|
||||
%%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
|
||||
%%PORTDOCS%%share/doc/lftp/COPYING
|
||||
%%PORTDOCS%%share/doc/lftp/FAQ
|
||||
%%PORTDOCS%%share/doc/lftp/NEWS
|
||||
%%PORTDOCS%%share/doc/lftp/README
|
||||
%%PORTDOCS%%share/doc/lftp/THANKS
|
||||
%%PORTDOCS%%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
|
||||
%%PORTDOCS%%@dirrm share/doc/lftp
|
||||
@dirrm share/lftp
|
||||
|
|
Loading…
Reference in a new issue