diff options
author | alex <alex@FreeBSD.org> | 2000-07-14 17:15:27 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2000-07-14 17:15:27 +0800 |
commit | f379ffbcc939197d5419ee965e8b4d0c7fe8d3c9 (patch) | |
tree | 74cd13fca1962ecf9a52ea35386654451d08d3fe /misc | |
parent | bbb52be5be838c877f43590db94a6ead384562fe (diff) | |
download | freebsd-ports-gnome-f379ffbcc939197d5419ee965e8b4d0c7fe8d3c9.tar.gz freebsd-ports-gnome-f379ffbcc939197d5419ee965e8b4d0c7fe8d3c9.tar.zst freebsd-ports-gnome-f379ffbcc939197d5419ee965e8b4d0c7fe8d3c9.zip |
- Portlint (to make PW happy)
- remove MANCOMPRESSED=no - it's the default if USE_IMAKE is not set.
Diffstat (limited to 'misc')
-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> |