Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Dec 2022 16:32:09 GMT
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f1865a3c0ab7 - main - print/hplip: Fix staging with X11 off
Message-ID:  <202212021632.2B2GW9wr006437@gitrepo.freebsd.org>

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

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

commit f1865a3c0ab76341e5131165e11d25fcd5f478df
Author:     Tijl Coosemans <tijl@FreeBSD.org>
AuthorDate: 2022-12-02 16:26:23 +0000
Commit:     Tijl Coosemans <tijl@FreeBSD.org>
CommitDate: 2022-12-02 16:30:54 +0000

    print/hplip: Fix staging with X11 off
    
    PR:             268125
---
 print/hplip/Makefile | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/print/hplip/Makefile b/print/hplip/Makefile
index 4b54e93a78eb..8e4e4ab51d06 100644
--- a/print/hplip/Makefile
+++ b/print/hplip/Makefile
@@ -120,8 +120,4 @@ post-install-X11-on:
 		${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}x${s}/apps
 .endfor
 
-post-install-X11-off:
-	${RMDIR} ${STAGEDIR}${DATADIR}/data/images/* \
-		${STAGEDIR}${DATADIR}/data/images
-
 .include <bsd.port.mk>



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