mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
37d5b09492
Reviewed by: maintainer
26 lines
867 B
Plaintext
26 lines
867 B
Plaintext
@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
|
|
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
|
|
share/doc/pine/brochure.txt
|
|
share/doc/pine/tech-notes.txt
|
|
share/doc/pine/tech-notes/background.html
|
|
share/doc/pine/tech-notes/cmd-line.html
|
|
share/doc/pine/tech-notes/config-notes.html
|
|
share/doc/pine/tech-notes/config.html
|
|
share/doc/pine/tech-notes/index.html
|
|
share/doc/pine/tech-notes/installation.html
|
|
share/doc/pine/tech-notes/introduction.html
|
|
share/doc/pine/tech-notes/low-level.html
|
|
share/doc/pine/tech-notes/porting.html
|
|
@dirrm share/doc/pine/tech-notes
|
|
@dirrm share/doc/pine
|