aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2022-12-02 16:26:23 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2022-12-02 16:30:54 +0000
commitf1865a3c0ab76341e5131165e11d25fcd5f478df (patch)
tree4652dd3f1a3db7c32cc0b0a1aa60b3d31808a3fb
parentc13fd7c811a90104964ce699a358d3655391e6e3 (diff)
downloadports-f1865a3c0ab76341e5131165e11d25fcd5f478df.tar.gz
ports-f1865a3c0ab76341e5131165e11d25fcd5f478df.zip
print/hplip: Fix staging with X11 off
PR: 268125
-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>