aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorChristoph Moench-Tegeder <cmt@FreeBSD.org>2019-08-29 21:14:21 +0000
committerChristoph Moench-Tegeder <cmt@FreeBSD.org>2019-08-29 21:14:21 +0000
commit6df20d78a2ce7b50db888ca83d75e32019c4b356 (patch)
treeb502d2901bf40e7ae0c736274d74563f5256ea74 /print
parent97029625233dfae55e453c449ee4c34dd1213ecc (diff)
downloadports-6df20d78a2ce7b50db888ca83d75e32019c4b356.tar.gz
ports-6df20d78a2ce7b50db888ca83d75e32019c4b356.zip
Notes
Diffstat (limited to 'print')
-rw-r--r--print/gutenprint/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/gutenprint/Makefile b/print/gutenprint/Makefile
index 34953fe2c710..8d7a68c1bc76 100644
--- a/print/gutenprint/Makefile
+++ b/print/gutenprint/Makefile
@@ -67,7 +67,7 @@ post-install:
@(cd ${WRKSRC}/src/gutenprintui2 && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} \
${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET})
.else
- @${RMDIR} ${STAGEDIR}/${DATADIR}/doc/reference-html
+ @(test -d ${STAGEDIR}/${DATADIR}/doc/reference-html && ${RMDIR} ${STAGEDIR}/${DATADIR}/doc/reference-html || :)
.endif
.include <bsd.port.mk>