git: 7efc68a5a173 - main - graphics/dcraw: Cosmetic change

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 13 Oct 2021 05:49:28 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7efc68a5a1732e102435e4f9b3b4c85323b923dc

commit 7efc68a5a1732e102435e4f9b3b4c85323b923dc
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-10-13 05:35:59 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-10-13 05:35:59 +0000

    graphics/dcraw: Cosmetic change
---
 graphics/dcraw/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/graphics/dcraw/Makefile b/graphics/dcraw/Makefile
index b833efba2af1..fce1dcc8324a 100644
--- a/graphics/dcraw/Makefile
+++ b/graphics/dcraw/Makefile
@@ -16,14 +16,14 @@ LIB_DEPENDS=	libjasper.so:graphics/jasper \
 
 USES=		cpe jpeg localbase tar:xz
 
-CPE_VENDOR=	dcraw_project
-
 CPPFLAGS+=	-I${LOCALBASE}/include/jasper
 LIBS+=		-ljasper -ljpeg -llcms2 -lm
 
 PLIST_FILES=	bin/dcraw \
 		share/man/man1/dcraw.1.gz
 
+CPE_VENDOR=	dcraw_project
+
 do-build:
 	@cd ${WRKSRC}/ && ${CC} -o dcraw ${CPPFLAGS} ${CFLAGS} dcraw.c ${LDFLAGS} ${LIBS}