aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 20:55:27 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 20:55:27 +0000
commit0f88ed614d3de9ed46c41028cf2f22975eeff57a (patch)
treef4519572010b06eda59dede8d41490eef53b4983 /graphics
parent7ff153a552ed208bcb8c6492a42b161f05676a3f (diff)
downloadports-0f88ed614d3de9ed46c41028cf2f22975eeff57a.tar.gz
ports-0f88ed614d3de9ed46c41028cf2f22975eeff57a.zip
Repair instances, almost all courtesy of bf ;-), of spaces
and/or tabs before the =. This made doing regular expressions on the ports tree really difficult. Approved by: portmgr (not really, but touches unstaged ports)
Notes
Notes: svn path=/head/; revision=363390
Diffstat (limited to 'graphics')
-rw-r--r--graphics/djvulibre/Makefile2
-rw-r--r--graphics/ocaml-lablgl/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/djvulibre/Makefile b/graphics/djvulibre/Makefile
index d91f31fa9bc0..176dba3a5d1e 100644
--- a/graphics/djvulibre/Makefile
+++ b/graphics/djvulibre/Makefile
@@ -27,7 +27,7 @@ CONFIGURE_ENV= JPEG_CFLAGS="-I${LOCALBASE}/include" \
CONFIGURE_ARGS= --enable-threads=pthread --enable-shared
USE_LDCONFIG= yes
CONFLICTS= djvulibre-nox11-3*
-WRKSRC = ${WRKDIR}/${DISTNAME:R}
+WRKSRC= ${WRKDIR}/${DISTNAME:R}
PORTDOCS= djvu2spec.djvu djvu3spec.djvu djvuchanges.txt lizard2002.djvu lizard2007.djvu
diff --git a/graphics/ocaml-lablgl/Makefile b/graphics/ocaml-lablgl/Makefile
index cc0a96a911c3..651e795d78f7 100644
--- a/graphics/ocaml-lablgl/Makefile
+++ b/graphics/ocaml-lablgl/Makefile
@@ -41,7 +41,7 @@ NO_STAGE= yes
USES+= tk:84,85
.if ${PORT_OPTIONS:MTHREADS}
THR_CPP= ${PTHREAD_CFLAGS}
-THR_LD = ${PTHREAD_LIBS}
+THR_LD= ${PTHREAD_LIBS}
.endif
post-extract: