diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2022-12-02 16:26:23 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2022-12-02 16:30:54 +0000 |
commit | f1865a3c0ab76341e5131165e11d25fcd5f478df (patch) | |
tree | 4652dd3f1a3db7c32cc0b0a1aa60b3d31808a3fb /print | |
parent | c13fd7c811a90104964ce699a358d3655391e6e3 (diff) |
print/hplip: Fix staging with X11 off
PR: 268125
Diffstat (limited to 'print')
-rw-r--r-- | print/hplip/Makefile | 4 |
1 files changed, 0 insertions, 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> |