diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-06-08 19:51:27 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-06-08 19:51:27 +0000 |
commit | 55dc0f983aadef274380ef51058802f94a995d7e (patch) | |
tree | 0ad23c2fc638bccd76a5e7adf6ab2f1e78be6ddb /converters | |
parent | 0f9366f9540135d821fe5b190c32ad41f65eee57 (diff) | |
download | ports-55dc0f983aadef274380ef51058802f94a995d7e.tar.gz ports-55dc0f983aadef274380ef51058802f94a995d7e.zip |
Notes
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 |