From 4ddeae8734d99ebc1cd9402ce7423da78eb5f64d Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Mon, 19 Oct 2020 09:37:11 +0000 Subject: [PATCH] - Fix LICENSE - Add LICENSE_FILE - Switch to USES=localbase - Silence stripping - Update WWW Approved by: portmgr blanket --- graphics/jpeginfo/Makefile | 9 ++++----- graphics/jpeginfo/pkg-descr | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/graphics/jpeginfo/Makefile b/graphics/jpeginfo/Makefile index 9c90cfc2d3c8..6fc2b8ed7417 100644 --- a/graphics/jpeginfo/Makefile +++ b/graphics/jpeginfo/Makefile @@ -10,17 +10,16 @@ MASTER_SITES= http://www.kokkonen.net/tjko/src/ MAINTAINER= ports@FreeBSD.org COMMENT= Generate listing and MD5, check jpegs for error, delete broken ones -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING -USES= jpeg +USES= jpeg localbase GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib MAKE_ARGS= mandir=${MANPREFIX}/man INSTALL_ROOT=${STAGEDIR} PLIST_FILES= bin/jpeginfo man/man1/jpeginfo.1.gz post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/jpeginfo + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/jpeginfo .include diff --git a/graphics/jpeginfo/pkg-descr b/graphics/jpeginfo/pkg-descr index 8eae47d7be95..68633d4f47c6 100644 --- a/graphics/jpeginfo/pkg-descr +++ b/graphics/jpeginfo/pkg-descr @@ -2,4 +2,4 @@ jpeginfo is used to generate informative listings of jpeg files, and also to check jpeg files for errors. Program also supports automatic deletion of broken jpegs. -WWW: http://www.kokkonen.net/tjko/projects.html +WWW: https://www.kokkonen.net/tjko/projects.html