forked from Lainports/freebsd-ports
Compress manpages so this one actually packages. :)
This commit is contained in:
parent
8afa849227
commit
c3c8188108
1 changed files with 6 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
# Date created: 14 August 1996
|
||||
# Whom: wosch
|
||||
#
|
||||
# $Id: Makefile,v 1.4 1996/06/03 02:17:34 asami Exp $
|
||||
# $Id: Makefile,v 1.1.1.1 1996/08/24 20:37:44 wosch Exp $
|
||||
#
|
||||
|
||||
DISTNAME= socket-1.1
|
||||
|
|
@ -12,4 +12,9 @@ MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/
|
|||
|
||||
MAINTAINER= wosch@FreeBSD.org
|
||||
|
||||
post-install:
|
||||
.if !defined(NOMANCOMPRESS)
|
||||
gzip -9nf ${PREFIX}/man/man1/socket.1
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue