git: f1865a3c0ab7 - main - print/hplip: Fix staging with X11 off
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 02 Dec 2022 16:32:09 UTC
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>