aboutsummaryrefslogtreecommitdiff
path: root/net/rmsg
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-26 07:51:51 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-26 07:51:51 +0000
commit4854665e6ac796ac765a3f6f8fc417832f8e320a (patch)
tree26686855aa720b4192c4fab49ee8b186b76c94fb /net/rmsg
parentd44144c5e77f6496374f4f9c6bb18ea2eb4d824c (diff)
downloadports-4854665e6ac796ac765a3f6f8fc417832f8e320a.tar.gz
ports-4854665e6ac796ac765a3f6f8fc417832f8e320a.zip
Oops, rmsgd.8 should be in MAN8, not MAN1.
Notes
Notes: svn path=/head/; revision=4670
Diffstat (limited to 'net/rmsg')
-rw-r--r--net/rmsg/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/rmsg/Makefile b/net/rmsg/Makefile
index 2b63a5d205db..c0f03c966993 100644
--- a/net/rmsg/Makefile
+++ b/net/rmsg/Makefile
@@ -3,7 +3,7 @@
# Date created: 9 October 1995
# Whom: torstenb@FreeBSD.ORG
#
-# $Id: Makefile,v 1.3 1996/10/20 15:33:33 max Exp $
+# $Id: Makefile,v 1.4 1996/11/18 11:36:01 asami Exp $
#
DISTNAME= rmsg-1.64
@@ -12,6 +12,7 @@ MASTER_SITES= ftp://ftp.funet.fi/pub/networking/tcpip/ \
ftp://proton.elka.pw.edu.pl/pub/unix/network/
WRKSRC= ${WRKDIR}/rmsg
-MAN1= rmsg.1 rmsgd.8
+MAN1= rmsg.1
+MAN8= rmsgd.8
.include <bsd.port.mk>