diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-11-24 09:24:23 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-11-24 09:24:23 +0000 |
commit | ff4ab5632421954179825b30508968136ae8b6d5 (patch) | |
tree | 64f149ef04f5a1f96b5840938918fa0810e70df9 /games | |
parent | Shared lib version bump also enforce use of DOCSDIR (diff) |
disable BITS
Submitted by: Marco Ziech <mmz@gmx.net> (BITS author of bnetd project)
Notes
Notes:
svn path=/head/; revision=50467
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 \ |