freebsd-ports/security/pgp/pkg-plist
Will Andrews 8b61a1a88a Make this port install text files in the more proper location PREFIX/share.
PR:		13351
Submitted by:	Sergei Laskavy <laskavy@Berkeley.Gambit.Msk.SU>, asami
2003-06-12 02:04:44 +00:00

12 lines
483 B
Plaintext

bin/pgp
share/pgp/pgp.hlp
share/pgp/pgpdoc1.txt
share/pgp/pgpdoc2.txt
@unexec if cmp -s %D/share/pgp/language.txt %D/share/pgp/language.txt-dist; then rm -f %D/share/pgp/language.txt; fi
share/pgp/language.txt-dist
@exec [ ! -f %B/language.txt ] && cp %B/%f %B/language.txt
@unexec if cmp -s %D/share/pgp/config.txt %D/share/pgp/config.txt-dist; then rm -f %D/share/pgp/config.txt; fi
share/pgp/config.txt-dist
@exec [ ! -f %B/config.txt ] && cp %B/%f %B/config.txt
@dirrm share/pgp