diff options
author | olgeni <olgeni@FreeBSD.org> | 2014-06-09 03:51:27 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2014-06-09 03:51:27 +0800 |
commit | e8a20a9bdad9bd3a1cf38614c98d2b1b819a0d3a (patch) | |
tree | 0ad23c2fc638bccd76a5e7adf6ab2f1e78be6ddb /converters | |
parent | 485b04218c906f71fa9dc80d92043682adb47cc5 (diff) | |
download | freebsd-ports-gnome-e8a20a9bdad9bd3a1cf38614c98d2b1b819a0d3a.tar.gz freebsd-ports-gnome-e8a20a9bdad9bd3a1cf38614c98d2b1b819a0d3a.tar.zst freebsd-ports-gnome-e8a20a9bdad9bd3a1cf38614c98d2b1b819a0d3a.zip |
Remove all space characters from Makefile assignments.
No functional changes included.
CR: D193 (except math/sedumi)
Approved by: portmgr (bapt)
Diffstat (limited to 'converters')
-rw-r--r-- | converters/asr10/Makefile | 12 | ||||
-rw-r--r-- | converters/bibtexconv/Makefile | 6 |
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 |