From owner-dev-commits-ports-all@freebsd.org Fri Jun 4 15:30:37 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 309EC650842; Fri, 4 Jun 2021 15:30:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FxRY90yTkz3r5c; Fri, 4 Jun 2021 15:30:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 08EFD1F7A7; Fri, 4 Jun 2021 15:30:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 154FUa0A001905; Fri, 4 Jun 2021 15:30:36 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 154FUagB001904; Fri, 4 Jun 2021 15:30:36 GMT (envelope-from git) Date: Fri, 4 Jun 2021 15:30:36 GMT Message-Id: <202106041530.154FUagB001904@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Mateusz Piotrowski <0mp@FreeBSD.org> Subject: git: b783bcb11e0a - main - print/foo2zjs: Clean up makefile MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: 0mp X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b783bcb11e0afc6bf0dec27c586ce1a108ae8fdc Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jun 2021 15:30:37 -0000 The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=b783bcb11e0afc6bf0dec27c586ce1a108ae8fdc commit b783bcb11e0afc6bf0dec27c586ce1a108ae8fdc Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-06-02 14:11:36 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-06-04 15:31:01 +0000 print/foo2zjs: Clean up makefile No functional changes intended. --- print/foo2zjs/Makefile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/print/foo2zjs/Makefile b/print/foo2zjs/Makefile index face5fda6a54..8f5aca12f2f4 100644 --- a/print/foo2zjs/Makefile +++ b/print/foo2zjs/Makefile @@ -24,23 +24,25 @@ RUN_DEPENDS= ${LOCALBASE}/share/foomatic/db/oldprinterids:print/foomatic-db \ USES= ghostscript gmake shebangfix SHEBANG_FILES= msexpand printer-profile.sh -SUB_FILES= pkg-message ${DEVDCONF_FILE} -EXTRAFILES= msexpand getweb -DEVDCONF_FILE= ${PORTNAME}.conf MAKE_JOBS_UNSAFE= yes +SUB_FILES= ${_DEVDCONF_FILE} pkg-message + OPTIONS_DEFINE= DOCS +_DEVDCONF_FILE= ${PORTNAME}.conf +_EXTRAFILES= msexpand getweb + post-patch: @${REINPLACE_CMD} -e 's|^CFLAGS|CFLAGS?|g' -e 's|^PREFIX|PREFIX?|g' ${WRKSRC}/icc2ps/Makefile post-install: cd ${WRKSRC} && \ - ${INSTALL_SCRIPT} ${EXTRAFILES} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_SCRIPT} ${_EXTRAFILES} ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}/etc/devd cd ${WRKDIR} && \ - ${INSTALL_SCRIPT} ${DEVDCONF_FILE} ${STAGEDIR}${PREFIX}/etc/devd + ${INSTALL_SCRIPT} ${_DEVDCONF_FILE} ${STAGEDIR}${PREFIX}/etc/devd @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/foo2zjs-icc2ps post-install-DOCS-on: