mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
9af41d29d3
PR: 7262 Submitted by: Stefan Moeding <s.moeding@ndh.net>
5 lines
399 B
Plaintext
5 lines
399 B
Plaintext
@unexec install-info --delete --section="Miscellaneous" --entry="* Jargon: (jargon). The hacker's dictionary." %D/info/jargon.info %D/info/dir
|
|
info/jargon.info
|
|
@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir
|
|
@exec install-info --section="Miscellaneous" --entry="* Jargon: (jargon). The hacker's dictionary." %D/info/jargon.info %D/info/dir
|