summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2022-12-02 17:26:23 +0100
committerTijl Coosemans <tijl@FreeBSD.org>2022-12-02 17:30:54 +0100
commitf1865a3c0ab76341e5131165e11d25fcd5f478df (patch)
tree4652dd3f1a3db7c32cc0b0a1aa60b3d31808a3fb /print
parenttextproc/translate-shell: Replace textproc/google-translate-cli (diff)
print/hplip: Fix staging with X11 off
PR: 268125
Diffstat (limited to 'print')
-rw-r--r--print/hplip/Makefile4
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>