diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-11-24 17:24:23 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-11-24 17:24:23 +0800 |
commit | ed0adf5113aed26123537b56e35500a17e2216f6 (patch) | |
tree | 5d51cc4bd7e597bb9a58167937827c818bc5b5e0 /games | |
parent | 6e31d08c01bfeecbc083862cbb65c2e24cfd723a (diff) | |
download | freebsd-ports-gnome-ed0adf5113aed26123537b56e35500a17e2216f6.tar.gz freebsd-ports-gnome-ed0adf5113aed26123537b56e35500a17e2216f6.tar.zst freebsd-ports-gnome-ed0adf5113aed26123537b56e35500a17e2216f6.zip |
disable BITS
Submitted by: Marco Ziech <mmz@gmx.net> (BITS author of bnetd project)
Diffstat (limited to 'games')
-rw-r--r-- | games/bnetd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/bnetd/Makefile b/games/bnetd/Makefile index d047ef5a1c32..8beaf9a5e41c 100644 --- a/games/bnetd/Makefile +++ b/games/bnetd/Makefile @@ -8,6 +8,7 @@ PORTNAME= bnetd PORTVERSION= 0.4.25p3 +PORTREVISION= 1 CATEGORIES= games net MASTER_SITES= ftp://ftp.bnetd.org/pub/source/ \ ${MASTER_SITE_SOURCEFORGE} @@ -17,8 +18,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/p/pre/} MAINTAINER= ijliao@FreeBSD.org GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-bits --sysconfdir=${PREFIX}/etc/bnetd \ - --localstatedir=${PREFIX}/share/bnetd +CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/bnetd \ + --localstatedir=${PREFIX}/share/bnetd # --with-bits WRKSRC= ${WRKDIR}/${DISTNAME}/src MAN1= bnbot.1 bnchat.1 bnetd.1 bnftp.1 bni2tga.1 bnibuild.1 bniextract.1 \ |