blob: 24340a7b1335f4c42bb94a339ae3af290291382e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
@unexec %D/bin/pine -conf >%D/etc/pine.conf.tmp
@unexec if cmp -s %D/etc/pine.conf %D/etc/pine.conf.tmp; then rm -f %D/etc/pine.conf; fi
@unexec rm -f %D/etc/pine.conf.tmp
bin/pico
bin/pilot
bin/pine
bin/pgpencrypt
bin/pgpdecode
bin/pgpsign
bin/rpdump
bin/rpload
etc/dot.pinerc.pgp.sample
@exec %D/bin/pine -P %D/etc/pine.conf -conf >%D/etc/pine.conf.tmp
@exec /bin/mv %D/etc/pine.conf.tmp %D/etc/pine.conf
%%PORTDOCS%%share/doc/pine/brochure.txt
%%PORTDOCS%%share/doc/pine/tech-notes.txt
%%PORTDOCS%%share/doc/pine/tech-notes/background.html
%%PORTDOCS%%share/doc/pine/tech-notes/cmd-line.html
%%PORTDOCS%%share/doc/pine/tech-notes/config-notes.html
%%PORTDOCS%%share/doc/pine/tech-notes/config.html
%%PORTDOCS%%share/doc/pine/tech-notes/index.html
%%PORTDOCS%%share/doc/pine/tech-notes/installation.html
%%PORTDOCS%%share/doc/pine/tech-notes/introduction.html
%%PORTDOCS%%share/doc/pine/tech-notes/low-level.html
%%PORTDOCS%%share/doc/pine/tech-notes/porting.html
%%PORTDOCS%%@dirrm share/doc/pine/tech-notes
%%PORTDOCS%%@dirrm share/doc/pine
|