diff options
author | asami <asami@FreeBSD.org> | 1996-11-26 15:51:51 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-26 15:51:51 +0800 |
commit | cf1b8ca56787a8d709383305f74c52864df2b299 (patch) | |
tree | f25c89045e15c844fc1f25646854ce11fad56f72 /net/rmsg | |
parent | 7aaef80ef0b9ccd2484cc50d93f21809829d7c71 (diff) | |
download | freebsd-ports-gnome-cf1b8ca56787a8d709383305f74c52864df2b299.tar.gz freebsd-ports-gnome-cf1b8ca56787a8d709383305f74c52864df2b299.tar.zst freebsd-ports-gnome-cf1b8ca56787a8d709383305f74c52864df2b299.zip |
Oops, rmsgd.8 should be in MAN8, not MAN1.
Diffstat (limited to 'net/rmsg')
-rw-r--r-- | net/rmsg/Makefile | 5 |
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> |