aboutsummaryrefslogtreecommitdiff
path: root/sysutils/socket/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-08-25 01:00:25 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-08-25 01:00:25 +0000
commitc3c8188108ee417054ced2c08f3b4ff7e8a1aa74 (patch)
treec1b5cc16f05b6ddf33f5d65735b26c930f7f91f4 /sysutils/socket/Makefile
parent8afa849227f1b256f6aedf96dff65395fe430a41 (diff)
downloadports-c3c8188108ee417054ced2c08f3b4ff7e8a1aa74.tar.gz
ports-c3c8188108ee417054ced2c08f3b4ff7e8a1aa74.zip
Compress manpages so this one actually packages. :)
Notes
Notes: svn path=/head/; revision=3700
Diffstat (limited to 'sysutils/socket/Makefile')
-rw-r--r--sysutils/socket/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/sysutils/socket/Makefile b/sysutils/socket/Makefile
index bdb3de33f9d5..f1ce51730087 100644
--- a/sysutils/socket/Makefile
+++ b/sysutils/socket/Makefile
@@ -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>