1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Fix the Makefile to respect NOMANCOMPRESS

This commit is contained in:
Chuck Robey 1996-09-23 23:44:25 +00:00
parent 67f9fc7147
commit e49fd82fda
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=3851

View File

@ -28,6 +28,9 @@ pre-install:
fi)
post-install:
.if !defined(NOMANCOMPRESS)
gzip -9nf ${PREFIX}/man/man1/kaffe.1
.endif
test -d ${PREFIX}/share/kaffe || mkdir -p ${PREFIX}/share/kaffe
install -c -m 644 ${WRKSRC}/license.terms ${PREFIX}/share/kaffe
/sbin/ldconfig -m ${PREFIX}/lib