mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
c12c2467ed
I'm going to leave p5-* alone for now (where the version stuff is going to land is still unclear).
6 lines
217 B
Plaintext
6 lines
217 B
Plaintext
bin/gmake
|
|
@unexec install-info --delete %D/info/make.info %D/info/dir
|
|
info/make.info
|
|
@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir
|
|
@exec install-info %D/info/make.info %D/info/dir
|