aboutsummaryrefslogtreecommitdiff
path: root/converters/bibtexconv
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2014-06-08 19:51:27 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2014-06-08 19:51:27 +0000
commit55dc0f983aadef274380ef51058802f94a995d7e (patch)
tree0ad23c2fc638bccd76a5e7adf6ab2f1e78be6ddb /converters/bibtexconv
parent0f9366f9540135d821fe5b190c32ad41f65eee57 (diff)
downloadports-55dc0f983aadef274380ef51058802f94a995d7e.tar.gz
ports-55dc0f983aadef274380ef51058802f94a995d7e.zip
Remove all space characters from Makefile assignments.
No functional changes included. CR: D193 (except math/sedumi) Approved by: portmgr (bapt)
Notes
Notes: svn path=/head/; revision=357070
Diffstat (limited to 'converters/bibtexconv')
-rw-r--r--converters/bibtexconv/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/converters/bibtexconv/Makefile b/converters/bibtexconv/Makefile
index 8c0e91f16b84..1bcb0e895cec 100644
--- a/converters/bibtexconv/Makefile
+++ b/converters/bibtexconv/Makefile
@@ -12,7 +12,7 @@ COMMENT= BibTeX Converter
LICENSE= GPLv3
-LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
+LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
GNU_CONFIGURE= yes
USES= gmake
@@ -20,8 +20,8 @@ USES= gmake
PLIST_FILES= bin/bibtexconv bin/bibtexconv-odt \
man/man1/bibtexconv.1.gz man/man1/bibtexconv-odt.1.gz
-PORTEXAMPLES= ExampleReferences.bib ODT-Template.odt odt-example.export \
- web-example.export text-example.export
+PORTEXAMPLES= ExampleReferences.bib ODT-Template.odt odt-example.export \
+ web-example.export text-example.export
OPTIONS_DEFINE= EXAMPLES