diff options
author | hoek <hoek@FreeBSD.org> | 1998-09-19 08:02:26 +0800 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 1998-09-19 08:02:26 +0800 |
commit | b64a4ab284d1db3fb5c69337becf0ac5ec390bde (patch) | |
tree | 18c11059ed27e416b90c5b32dc8b8f40fe6ea047 /net/rshell/Makefile | |
parent | 94457f0d08d6c09037a39c8005d536522d34c849 (diff) | |
download | freebsd-ports-graphics-b64a4ab284d1db3fb5c69337becf0ac5ec390bde.tar.gz freebsd-ports-graphics-b64a4ab284d1db3fb5c69337becf0ac5ec390bde.tar.zst freebsd-ports-graphics-b64a4ab284d1db3fb5c69337becf0ac5ec390bde.zip |
Use MLINKS.
Diffstat (limited to 'net/rshell/Makefile')
-rw-r--r-- | net/rshell/Makefile | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/net/rshell/Makefile b/net/rshell/Makefile index f9a86d7c106..792fee3debb 100644 --- a/net/rshell/Makefile +++ b/net/rshell/Makefile @@ -3,13 +3,17 @@ # Date created: 1997/06/09 # Whom: wosch # -# $Id: Makefile,v 1.5 1997/07/19 11:08:50 wosch Exp $ +# $Id: Makefile,v 1.6 1997/08/19 21:17:13 wosch Exp $ # -DISTNAME= rshell-1.0 -CATEGORIES= net -MASTER_SITES= http://www.freebsd.org/~wosch/src/ +DISTNAME= rshell-1.0 +CATEGORIES= net +MASTER_SITES= http://www.freebsd.org/~wosch/src/ -MAINTAINER= wosch@FreeBSD.ORG +MAINTAINER= wosch@FreeBSD.ORG + +MAN1= rshell.1 +MLINKS= rshell.1 rcopy.1 +MANCOMPRESSED= maybe .include <bsd.port.mk> |