summaryrefslogtreecommitdiff
path: root/converters
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
parent- Update to 1.2.1. (diff)
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')
-rw-r--r--converters/asr10/Makefile12
-rw-r--r--converters/bibtexconv/Makefile6
2 files changed, 9 insertions, 9 deletions
diff --git a/converters/asr10/Makefile b/converters/asr10/Makefile
index 5b8e735d39f2..bb941f4ed201 100644
--- a/converters/asr10/Makefile
+++ b/converters/asr10/Makefile
@@ -1,13 +1,13 @@
# Created by: M.Indlekofer@gmx.de
# $FreeBSD$
-PORTNAME= asr10
-PORTVERSION= 1.0
-CATEGORIES= converters
-MASTER_SITES= http://members.tripod.com/kmi9000/files/
+PORTNAME= asr10
+PORTVERSION= 1.0
+CATEGORIES= converters
+MASTER_SITES= http://members.tripod.com/kmi9000/files/
-MAINTAINER= M.Indlekofer@gmx.de
-COMMENT= Access to Ensoniq EPS/EPS+/ASR devices and image files
+MAINTAINER= M.Indlekofer@gmx.de
+COMMENT= Access to Ensoniq EPS/EPS+/ASR devices and image files
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
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