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 | |
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')
-rw-r--r-- | net/rshell/Makefile | 14 | ||||
-rw-r--r-- | net/rshell/pkg-plist | 3 |
2 files changed, 11 insertions, 6 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> diff --git a/net/rshell/pkg-plist b/net/rshell/pkg-plist index ccf0219887f..5598c5eb0f5 100644 --- a/net/rshell/pkg-plist +++ b/net/rshell/pkg-plist @@ -1,3 +1,4 @@ bin/rshell -man/man1/rshell.1.gz share/dot.rshellrc +@exec ln -f %D/bin/rshell %D/bin/rcopy +@unexec rm %D/bin/rcopy |