summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/rshell/Makefile14
-rw-r--r--net/rshell/pkg-plist3
2 files changed, 11 insertions, 6 deletions
diff --git a/net/rshell/Makefile b/net/rshell/Makefile
index f9a86d7c1065..792fee3debbe 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 ccf0219887f8..5598c5eb0f55 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