blob: bbbafd4bd2ec2d4ce63e3c56d5d77bbd6537ca31 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
@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/rpdump
bin/rpload
@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
|