diff options
author | Wolfram Schneider <wosch@FreeBSD.org> | 1997-06-22 19:27:38 +0000 |
---|---|---|
committer | Wolfram Schneider <wosch@FreeBSD.org> | 1997-06-22 19:27:38 +0000 |
commit | 70b4379ec2770afacef25b3cef153197b86179f3 (patch) | |
tree | cf6acc11049b6b4c6fe168891bacb1c1ca92707a /net/rshell | |
parent | 7a879a4c743121498a111e04f6869d44ee167e58 (diff) | |
download | ports-70b4379ec2770afacef25b3cef153197b86179f3.tar.gz ports-70b4379ec2770afacef25b3cef153197b86179f3.zip |
Notes
Diffstat (limited to 'net/rshell')
-rw-r--r-- | net/rshell/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/rshell/Makefile b/net/rshell/Makefile index 616bb3020706..f91eaed5f92c 100644 --- a/net/rshell/Makefile +++ b/net/rshell/Makefile @@ -3,12 +3,12 @@ # Date created: 1997/06/09 # Whom: wosch # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/06/22 19:16:25 wosch Exp $ DISTNAME= rshell-1.0 CATEGORIES= misc -MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/LOCAL_PORTS/ +MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= wosch@FreeBSD.ORG .include <bsd.port.mk> |