mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
ba7c5acdb8
- Add pkg-message - Add filename remapping for tftp-hpa - Use PYTHON_CMD in scripts - Update master sites - Pass maintainership to submitter PR: ports/115301 Submitted by: Alex Deiter <tiamat at komi.mts.ru>
18 lines
426 B
Plaintext
18 lines
426 B
Plaintext
@stopdaemon binlsrv
|
|
%%DATADIR%%/tftp.map
|
|
%%DATADIR%%/winnt.sif
|
|
%%DATADIR%%/winnt-ris.sif
|
|
%%DATADIR%%/binlsrv.py
|
|
%%DATADIR%%/decode.py
|
|
%%DATADIR%%/fixloader.py
|
|
%%DATADIR%%/hexdump.py
|
|
%%DATADIR%%/infdump.py
|
|
%%DATADIR%%/infparser.py
|
|
%%DATADIR%%/modldr.py
|
|
%%DATADIR%%/fixup-repository.sh
|
|
@exec mkdir -p %D/%%DATADIR%%/inf
|
|
@exec mkdir -p %D/%%DATADIR%%/sys
|
|
@dirrmtry %%DATADIR%%/inf
|
|
@dirrmtry %%DATADIR%%/sys
|
|
@dirrmtry %%DATADIR%%
|