mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
7d56e9b046
conf files too
12 lines
459 B
Plaintext
12 lines
459 B
Plaintext
bin/pgp
|
|
lib/pgp/pgp.hlp
|
|
lib/pgp/pgpdoc1.txt
|
|
lib/pgp/pgpdoc2.txt
|
|
lib/pgp/language.txt-dist
|
|
@exec [ ! -f %B/language.txt ] && cp %B/%f %B/language.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/config.txt-dist
|
|
@exec [ ! -f %B/config.txt ] && cp %B/%f %B/config.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
|
|
@dirrm lib/pgp
|