diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-12-17 10:43:52 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-12-17 10:43:52 +0000 |
commit | f493d483bcc69c243fb3df0c08ecc1a3a644458d (patch) | |
tree | 9f28d7127822aabeceed202d911a97846bd2c39c /ftp/proftpd | |
parent | 3f9f5d0dc270701216bc792dc6e4a1eaf0e3c3f4 (diff) | |
download | ports-f493d483bcc69c243fb3df0c08ecc1a3a644458d.tar.gz ports-f493d483bcc69c243fb3df0c08ecc1a3a644458d.zip |
Notes
Diffstat (limited to 'ftp/proftpd')
-rw-r--r-- | ftp/proftpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index 0e6a5ab554e4..cd6adba75224 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -3,7 +3,7 @@ # Date created: 26 January 1998 # Whom: Stephane Legrand # -# $Id: Makefile,v 1.4 1998/07/02 11:06:26 vanilla Exp $ +# $Id: Makefile,v 1.5 1998/12/14 22:13:37 billf Exp $ # DISTNAME= proftpd-1.2.0pre1 @@ -19,7 +19,7 @@ MAN8= proftpd.8 ftpshut.8 USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --localstatedir=/var/run \ +CONFIGURE_ARGS= --localstatedir=/var/run \ --with-modules=mod_ratio post-configure: |