diff options
author | Alexander Langer <alex@FreeBSD.org> | 2000-07-14 09:15:27 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2000-07-14 09:15:27 +0000 |
commit | 5dc99617d09c1dfa7e95c94e78aad82667cbc22c (patch) | |
tree | 6394a3d970f736ff83ec12e84e72c8e145309e6b /misc/brs | |
parent | e2bb2a8130131428f2cd6e45327b3ff5e2f7b85b (diff) | |
download | ports-5dc99617d09c1dfa7e95c94e78aad82667cbc22c.tar.gz ports-5dc99617d09c1dfa7e95c94e78aad82667cbc22c.zip |
Notes
Diffstat (limited to 'misc/brs')
-rw-r--r-- | misc/brs/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/misc/brs/Makefile b/misc/brs/Makefile index 9cd4e95a9252..decbed26353c 100644 --- a/misc/brs/Makefile +++ b/misc/brs/Makefile @@ -1,6 +1,6 @@ -# New ports collection makefile for: brs -# Date created: 10 July 2000 -# Whom: Kim Scarborough <user@unknown.nu> +# New ports collection makefile for: brs +# Date created: 10 July 2000 +# Whom: Kim Scarborough <user@unknown.nu> # # $FreeBSD$ # @@ -8,17 +8,14 @@ PORTNAME= brs PORTVERSION= 4.0 CATEGORIES= misc -MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/religion - DISTNAME= brs.4.00.l1 MAINTAINER= user@unknown.nu WRKSRC= ${WRKDIR}/bible ALL_TARGET= - MAN1= bible.1 -MANCOMPRESSED= no .include <bsd.port.mk> |