diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2002-10-16 14:58:24 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2002-10-16 14:58:24 +0000 |
commit | 706840efebf795addd7b070b2b369fb55c46d9c0 (patch) | |
tree | 00399de5e5eb70c5b65be2bad15c8dc50f1ed354 | |
parent | Update to rc4 (diff) |
Sync with ftp/wu-ftpd.
Notes
Notes:
svn path=/head/; revision=68146
-rw-r--r-- | ftp/wu-ftpd+ipv6/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ftp/wu-ftpd+ipv6/Makefile b/ftp/wu-ftpd+ipv6/Makefile index dadde45389ba..1707b4b75900 100644 --- a/ftp/wu-ftpd+ipv6/Makefile +++ b/ftp/wu-ftpd+ipv6/Makefile @@ -9,6 +9,7 @@ PORTNAME= wu-ftpd+ipv6 PORTVERSION= 2.6.2 +PORTREVISION= 1 CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.wu-ftpd.org/pub/wu-ftpd/ DISTNAME= wu-ftpd-${PORTVERSION} @@ -25,6 +26,8 @@ CONFIGURE_ARGS= --enable-rfc931 --disable-pasvip --enable-opie \ --enable-ipv6 \ --prefix=${PREFIX} --with-etc-dir=${PREFIX}/etc +MAKE_ENV+= WARNINGS=-DSPT_TYPE=SPT_BUILTIN + MAN1= ftpcount.1 ftpwho.1 MAN5= ftpaccess.5 ftphosts.5 ftpconversions.5 xferlog.5 \ ftpservers.5 |