mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
27c537e55c
- USES gmake - Support STAGEDIR Approved by: wg (mentor)
6 lines
219 B
Plaintext
6 lines
219 B
Plaintext
bin/cntlm
|
|
@unexec if cmp -s %D/etc/cntlm.conf.sample %D/etc/cntlm.conf; then rm -f %D/etc/cntlm.conf; fi
|
|
etc/cntlm.conf.sample
|
|
@exec if [ ! -f %D/etc/cntlm.conf ]; then cp -p %D/%F %B/cntlm.conf; fi
|
|
man/man1/cntlm.1.gz
|