mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-28 21:29:28 +00:00
6 lines
106 B
Makefile
6 lines
106 B
Makefile
all:
|
|
|
|
install:
|
|
gzip -nfc -9 nab.1 > nab.1.gz
|
|
${INSTALL_MAN} ${WRKSRC}/doc/nab.1.gz ${PREFIX}/man/man1
|