diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 08:06:46 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 08:06:46 +0000 |
commit | 3b3bd28890a9082e67d71887318a2b242e5b8bdc (patch) | |
tree | 3b2bca8b9af9ed5f2e8b3fa4c5578e6722c55224 /sysutils/socket | |
parent | 8419c1ad549770d06c8fff79c4c12373c5fb7f47 (diff) | |
download | ports-3b3bd28890a9082e67d71887318a2b242e5b8bdc.tar.gz ports-3b3bd28890a9082e67d71887318a2b242e5b8bdc.zip |
Notes
Diffstat (limited to 'sysutils/socket')
-rw-r--r-- | sysutils/socket/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sysutils/socket/Makefile b/sysutils/socket/Makefile index f1ce51730087..4bcb2ce4b184 100644 --- a/sysutils/socket/Makefile +++ b/sysutils/socket/Makefile @@ -3,18 +3,15 @@ # Date created: 14 August 1996 # Whom: wosch # -# $Id: Makefile,v 1.1.1.1 1996/08/24 20:37:44 wosch Exp $ +# $Id: Makefile,v 1.2 1996/08/25 01:00:25 asami Exp $ # DISTNAME= socket-1.1 -CATEGORIES+= sysutils +CATEGORIES= sysutils 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 +MAN1= socket.1 .include <bsd.port.mk> |