diff options
author | edwin <edwin@FreeBSD.org> | 2006-05-13 04:41:22 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-05-13 04:41:22 +0000 |
commit | 8d48edf5bf3bb7be8fe688c4d02e9e94ebf8f4f0 (patch) | |
tree | 14c778ccd5ed566b5b4904df2a76f8ca9c5bd3f7 /www/fhttpd | |
parent | 80020371873a9b3bffffe48fe0cebe7061a3ee91 (diff) | |
download | FreeBSD-ports-8d48edf5bf3bb7be8fe688c4d02e9e94ebf8f4f0.zip FreeBSD-ports-8d48edf5bf3bb7be8fe688c4d02e9e94ebf8f4f0.tar.gz |
Remove USE_REINPLACE from categories starting with W
Diffstat (limited to 'www/fhttpd')
-rw-r--r-- | www/fhttpd/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/www/fhttpd/Makefile b/www/fhttpd/Makefile index fc56163..3d71df8 100644 --- a/www/fhttpd/Makefile +++ b/www/fhttpd/Makefile @@ -14,8 +14,6 @@ MASTER_SITES= http://www.fhttpd.org/ \ MAINTAINER= ports@FreeBSD.org COMMENT= C++-based FTP/HTTP server that supports modules -USE_REINPLACE= yes - LOGFILE= share/fhttpd/fhttpd.log PLIST_SUB+= LOGFILE=${LOGFILE} |