1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Let bsd.port.mk do the manpage compression.

This commit is contained in:
Masafumi Max NAKANE 1997-09-14 17:13:50 +00:00
parent 45266e4ba8
commit b9a2b7deac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7903

View File

@ -20,7 +20,3 @@ install: ${PROGRAM}
${INSTALL} -c -s ${PROGRAM} ${PREFIX}/bin
mkdir -p ${MANDIR}
${INSTALL} -c ${MANPAGE} ${MANDIR}
.if !defined(NOMANCOMPRESS)
gzip -9nf ${MANDIR}/${MANPAGE}
.endif