- Update to 1.9.45, lots of bugfixes, too many to list here, see http://mandree.home.pages.de/leafnode/NEWS - Install German manual pages into standard location so that man(1) can find them. (MANLANG and all that, along the lines used in security/nmap) - Fix up NOPORTDOCS mode so it actually works - Fix pkg-message to not contain the same text twice While I'm here [2]: - simplify/shorten post-install target a bit by using few new variables and unrolling loops - rename ${PREFIX}/share/doc/leafnode/doc_german to just .../german. I think extra "doc_" there is unnecessary - s/ECHO/ECHO_MSG/ - whitespace changes to shorten line lengths in Makefile PR: 58799 [1] Submitted by: maintainer [1], sergei [2] Approved by: maintainer [2]
60 lines
2.5 KiB
Text
60 lines
2.5 KiB
Text
@comment $FreeBSD$
|
|
bin/leafnode-version
|
|
bin/newsq
|
|
etc/leafnode/config.example
|
|
etc/leafnode/filters.example
|
|
etc/leafnode/nntp.rules.dist
|
|
etc/leafnode/run.tcpd.dist
|
|
etc/leafnode/run.tcpserver.dist
|
|
etc/leafnode/Makefile.dist
|
|
etc/leafnode/UNINSTALL-daemontools
|
|
sbin/leafnode
|
|
sbin/fetchnews
|
|
sbin/texpire
|
|
sbin/checkgroups
|
|
sbin/applyfilter
|
|
sbin/setup-daemontools.sh
|
|
sbin/quickmkdir
|
|
%%PORTDOCS%%%%DOCSDIR%%/ADD-ONS
|
|
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
|
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog.old
|
|
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
|
%%PORTDOCS%%%%DOCSDIR%%/CREDITS
|
|
%%PORTDOCS%%%%DOCSDIR%%/FAQ.txt
|
|
%%PORTDOCS%%%%DOCSDIR%%/FAQ.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/FAQ.pdf
|
|
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
|
|
%%PORTDOCS%%%%DOCSDIR%%/KNOWNBUGS
|
|
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
|
%%PORTDOCS%%%%DOCSDIR%%/README-FQDN
|
|
%%PORTDOCS%%%%DOCSDIR%%/README-FQDN.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/README-daemontools
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.FIRST
|
|
%%PORTDOCS%%%%DOCSDIR%%/TODO
|
|
%%PORTDOCS%%%%DOCSDIR%%/leafnode-SA-2002-01
|
|
%%PORTDOCS%%%%DOCSDIR%%/leafnode-SA-2003-01
|
|
%%PORTDOCS%%%%DOCSDIR%%/leafnode.cron.daily
|
|
%%PORTDOCS%%%%DOCSDIR%%/german/INSTALL_de
|
|
%%PORTDOCS%%%%DOCSDIR%%/german/LIESMICH-daemontools
|
|
%%PORTDOCS%%%%DOCSDIR%%/german/README
|
|
%%PORTDOCS%%%%DOCSDIR%%/german/README_de
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%/german
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
@comment only remove these when empty:
|
|
@comment we don't want to kill the news spool across updates
|
|
@unexec rm -f %%SPOOLDIR%%/leaf.node/lock.file
|
|
@unexec rmdir %%SPOOLDIR%%/failed.postings 2>/dev/null || :
|
|
@unexec rmdir %%SPOOLDIR%%/failed.postings 2>/dev/null || :
|
|
@unexec rmdir %%SPOOLDIR%%/leaf.node 2>/dev/null || :
|
|
@unexec rmdir %%SPOOLDIR%%/message.id/* 2>/dev/null || :
|
|
@unexec rmdir %%SPOOLDIR%%/message.id 2>/dev/null || :
|
|
@unexec rmdir %%SPOOLDIR%%/interesting.groups 2>/dev/null || :
|
|
@unexec rmdir %%SPOOLDIR%%/out.going 2>/dev/null || :
|
|
@unexec rmdir %%SPOOLDIR%%/temp.files 2>/dev/null || :
|
|
@unexec rmdir %%SPOOLDIR%% 2>/dev/null || :
|
|
@unexec rmdir %%PREFIX%%/var/spool 2>/dev/null || :
|
|
@unexec rmdir %%PREFIX%%/var 2>/dev/null || :
|
|
@unexec rmdir %D/lib/leafnode 2>/dev/null || :
|
|
@dirrm etc/leafnode
|
|
@unexec if test -d "%%SPOOLDIR%%" || test -d "%%PREFIX%%/etc/leafnode" ; then echo ; echo "==============================================================================" ; echo "If you want to remove leafnode for good," ; echo "type: rm -rf %%PREFIX%%/etc/leafnode %%SPOOLDIR%%" ; echo "==============================================================================" ; fi
|