summaryrefslogtreecommitdiff
path: root/ftp/proftpd/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-12-17 10:43:52 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-12-17 10:43:52 +0000
commitf493d483bcc69c243fb3df0c08ecc1a3a644458d (patch)
tree9f28d7127822aabeceed202d911a97846bd2c39c /ftp/proftpd/Makefile
parentRemove trailing whitespace. (diff)
No need to use += for variable defined only once.
Notes
Notes: svn path=/head/; revision=15396
Diffstat (limited to 'ftp/proftpd/Makefile')
-rw-r--r--ftp/proftpd/Makefile4
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: