aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/socket
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1996-11-17 16:06:46 +0800
committerobrien <obrien@FreeBSD.org>1996-11-17 16:06:46 +0800
commitb5969d108c4ee5f6a75132b5d226a3541e079ab5 (patch)
tree5bf8b8fd65d31afce8c73e67feb4588f03db75bf /sysutils/socket
parent3932a19e483f63361a672312a546cb101e809a69 (diff)
downloadfreebsd-ports-gnome-b5969d108c4ee5f6a75132b5d226a3541e079ab5.tar.gz
freebsd-ports-gnome-b5969d108c4ee5f6a75132b5d226a3541e079ab5.tar.zst
freebsd-ports-gnome-b5969d108c4ee5f6a75132b5d226a3541e079ab5.zip
CATEGORIES+= -> CATEGORIES=
Converted to new MAN[1-9]
Diffstat (limited to 'sysutils/socket')
-rw-r--r--sysutils/socket/Makefile9
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>