mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
3df8a35ee6
- USES gmake instead of USE_GMAKE - Remove install-config and obsolete REINPLACE_CMD - Support STAGEDIR Approved by: pawel / wg (mentors, implicit)
7 lines
280 B
Plaintext
7 lines
280 B
Plaintext
bin/proxychains
|
|
bin/proxyresolv
|
|
@unexec if cmp -s %D/etc/proxychains.conf %D/etc/proxychains.conf.sample; then rm -f %D/etc/proxychains.conf; fi
|
|
etc/proxychains.conf.sample
|
|
@exec if [ -f %D/etc/proxychains.conf ] ; then cp -p %D/%F %B/proxychains.conf; fi
|
|
lib/libproxychains-4.so
|