diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-25 03:25:00 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-25 03:25:00 +0000 |
commit | c170f04e0fda919dac1289f98bd6c5e9bce66577 (patch) | |
tree | fac4ff4628cb6ce8744b27095ca40baea5e8650a /ftp | |
parent | 941a08ed0050a35d7e20c28046f12f39717cfb8e (diff) | |
download | freebsd-ports-c170f04e0fda919dac1289f98bd6c5e9bce66577.zip |
big whitespace cleanup (see ports/65409)
PR: ports/65828
Submitted by: trevor
Approved by: ache
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/wu-ftpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/wu-ftpd/Makefile b/ftp/wu-ftpd/Makefile index 5de626076025..dd15cc3bca5e 100644 --- a/ftp/wu-ftpd/Makefile +++ b/ftp/wu-ftpd/Makefile @@ -12,7 +12,7 @@ PORTVERSION= 2.6.2 PORTREVISION= 6 CATEGORIES= ftp MASTER_SITES= ftp://ftp.wu-ftpd.org/pub/wu-ftpd/ -PATCH_SITES= ftp://ftp.wu-ftpd.org/pub/wu-ftpd/patches/apply_to_2.6.2/ +PATCH_SITES= ftp://ftp.wu-ftpd.org/pub/wu-ftpd/patches/apply_to_2.6.2/ PATCHFILES= connect-dos.patch realpath.patch MAINTAINER= ache@FreeBSD.org @@ -25,7 +25,7 @@ CONFIGURE_ARGS= --enable-rfc931 --disable-pasvip --enable-opie \ --enable-noop --disable-numericuid --enable-nlst-dirs \ --prefix=${PREFIX} --with-etc-dir=${PREFIX}/etc -MAKE_ENV+= WARNINGS=-DSPT_TYPE=SPT_BUILTIN +MAKE_ENV+= WARNINGS=-DSPT_TYPE=SPT_BUILTIN MAN1= ftpcount.1 ftpwho.1 MAN5= ftpaccess.5 ftphosts.5 ftpconversions.5 xferlog.5 \ |