Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Oct 2021 16:02:59 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 21da4fe85b75 - main - print/py-pycups: Cosmetic change
Message-ID:  <202110251602.19PG2xo9079677@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=21da4fe85b7598c423e26198e68ecc0459b5abf6

commit 21da4fe85b7598c423e26198e68ecc0459b5abf6
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-10-25 15:09:24 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-10-25 15:57:35 +0000

    print/py-pycups: Cosmetic change
---
 print/py-pycups/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/print/py-pycups/Makefile b/print/py-pycups/Makefile
index 010072f6786c..e2a96c1f371f 100644
--- a/print/py-pycups/Makefile
+++ b/print/py-pycups/Makefile
@@ -30,6 +30,6 @@ pre-configure:
 	@${REINPLACE_CMD} -e 's|#ifdef __SVR4|#ifdef __FreeBSD__|' ${WRKSRC}/cupsppd.c
 
 post-install:
-	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/cups*.so
+	${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
 
 .include <bsd.port.post.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110251602.19PG2xo9079677>