mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
12 lines
459 B
Plaintext
12 lines
459 B
Plaintext
bin/pgp
|
|
lib/pgp/pgp.hlp
|
|
lib/pgp/pgpdoc1.txt
|
|
lib/pgp/pgpdoc2.txt
|
|
@unexec if cmp -s %D/lib/pgp/language.txt %D/lib/pgp/language.txt-dist; then rm -f %D/lib/pgp/language.txt; fi
|
|
lib/pgp/language.txt-dist
|
|
@exec [ ! -f %B/language.txt ] && cp %B/%f %B/language.txt
|
|
@unexec if cmp -s %D/lib/pgp/config.txt %D/lib/pgp/config.txt-dist; then rm -f %D/lib/pgp/config.txt; fi
|
|
lib/pgp/config.txt-dist
|
|
@exec [ ! -f %B/config.txt ] && cp %B/%f %B/config.txt
|
|
@dirrm lib/pgp
|