aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 18:57:35 +0800
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 18:57:35 +0800
commit652069fa2d41d4e7ba90b21951ee7e5d5a398890 (patch)
treec65810bd94349ec035fb6c6094972297fe4a11ba /ftp
parent1f8b48b772b2d0ac0ed48a8259d2117ea3236a90 (diff)
downloadfreebsd-ports-gnome-652069fa2d41d4e7ba90b21951ee7e5d5a398890.tar.gz
freebsd-ports-gnome-652069fa2d41d4e7ba90b21951ee7e5d5a398890.tar.zst
freebsd-ports-gnome-652069fa2d41d4e7ba90b21951ee7e5d5a398890.zip
- Fix trailing whitespace in Makefiles
Approved by: portmgr blanket
Diffstat (limited to 'ftp')
-rw-r--r--ftp/proftpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile
index f76252fbcebe..96008fdd46b1 100644
--- a/ftp/proftpd/Makefile
+++ b/ftp/proftpd/Makefile
@@ -152,7 +152,7 @@ PCRE_LIB_DEPENDS= libpcre.so:devel/pcre
MEMCACHE_LIB_DEPENDS= libmemcached.so:databases/libmemcached
MEMCACHE_CONFIGURE_ENABLE= memcache
MEMCACHE_VARS= MODULES+="mod_memcache mod_tls_memcache" \
- LIBS+="-L${LOCALBASE}/lib -lmemcached -lmemcachedutil"
+ LIBS+="-L${LOCALBASE}/lib -lmemcached -lmemcachedutil"
.include <bsd.port.options.mk>