diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-03-31 07:48:02 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-03-31 07:48:02 +0000 |
commit | 667d830d05f97271f84cf3079b4fbca80dc5a275 (patch) | |
tree | f63781a90218219ec9ccd24f40833fa87c44613e /games/bnetd | |
parent | a543ca00079a6b6520806c9301b318d094a04a23 (diff) | |
download | ports-667d830d05f97271f84cf3079b4fbca80dc5a275.tar.gz ports-667d830d05f97271f84cf3079b4fbca80dc5a275.zip |
Notes
Diffstat (limited to 'games/bnetd')
-rw-r--r-- | games/bnetd/Makefile | 12 | ||||
-rw-r--r-- | games/bnetd/distinfo | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/games/bnetd/Makefile b/games/bnetd/Makefile index f2a4e910ef6d..0b26838cd59c 100644 --- a/games/bnetd/Makefile +++ b/games/bnetd/Makefile @@ -1,24 +1,24 @@ # New ports collection makefile for: bnetd -# Version required: 0.4.19 +# Version required: 0.4.21 # Date created: 24 April 1999 # Whom: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw> # # $FreeBSD$ # -DISTNAME= bnetd-0.4.19 +DISTNAME= bnetd-0.4.21 CATEGORIES= games net MASTER_SITES= http://www.bnetd.org/files/ MAINTAINER= ijliao@csie.nctu.edu.tw MAN1= bnchat.1 bnetd.1 bnftp.1 bnpass.1 -MAN4= bnetd.conf.4 bntext.4 -MLINKS= bntext.4 bnmotd.txt.4 bntext.4 bnnews.txt.4 +MAN5= bnetd.conf.5 bntext.5 +MLINKS= bntext.5 bnmotd.txt.5 bntext.5 bnnews.txt.5 do-configure: @(cd ${WRKSRC}/src; ${SETENV} CFLAGS="${CFLAGS}" \ - ./configure --prefix=${PREFIX} ${CONFIGURE_TARGET}) + ./configure --with-warn --with-bits --prefix=${PREFIX} ${CONFIGURE_TARGET}) do-build: @(cd ${WRKSRC}/src; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS}) @@ -26,7 +26,7 @@ do-build: do-install: cd ${WRKSRC}/bin; ${INSTALL_PROGRAM} * ${PREFIX}/bin cd ${WRKSRC}/sbin; ${INSTALL_PROGRAM} * ${PREFIX}/sbin - cd ${WRKSRC}/man; ${INSTALL_MAN} ${MAN1} ${MAN1PREFIX}/man/man1; ${INSTALL_MAN} ${MAN4} ${MAN4PREFIX}/man/man4 + cd ${WRKSRC}/man; ${INSTALL_MAN} ${MAN1} ${MAN1PREFIX}/man/man1; ${INSTALL_MAN} ${MAN5} ${MAN5PREFIX}/man/man5 ${MKDIR} ${PREFIX}/bnetd; ${CP} -R ${WRKSRC}/files ${WRKSRC}/users ${WRKSRC}/conf ${WRKSRC}/reports ${PREFIX}/bnetd post-install: diff --git a/games/bnetd/distinfo b/games/bnetd/distinfo index 64a0b51b740c..83d9f4b2b6df 100644 --- a/games/bnetd/distinfo +++ b/games/bnetd/distinfo @@ -1 +1 @@ -MD5 (bnetd-0.4.19.tar.gz) = c18118c89ec30bdb95dda8fa19b62f47 +MD5 (bnetd-0.4.21.tar.gz) = b8631bd7126e98fa3eb67dd102ae2eec |