diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-07-13 01:16:46 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-07-13 01:16:46 +0000 |
commit | b42fbe84eea0079c850f4dbf004695282766d622 (patch) | |
tree | 605a260f166d13fda65fecc375d203982df3e427 /misc | |
parent | Remove librc4. It was only used by cyrus-sasl, which now uses OpenSSL. (diff) |
style
Notes
Notes:
svn path=/head/; revision=30544
Diffstat (limited to 'misc')
-rw-r--r-- | misc/brs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/brs/Makefile b/misc/brs/Makefile index 0cfe316e9da1..9cd4e95a9252 100644 --- a/misc/brs/Makefile +++ b/misc/brs/Makefile @@ -7,12 +7,12 @@ PORTNAME= brs PORTVERSION= 4.0 -DISTNAME= brs.4.00.l1 CATEGORIES= misc -MASTER_SITES= ${MASTER_SITE_SUNSITE} \ - http://www.unknown.nu/ports/ +MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/religion +DISTNAME= brs.4.00.l1 + MAINTAINER= user@unknown.nu WRKSRC= ${WRKDIR}/bible |