aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--print/hplip/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/print/hplip/Makefile b/print/hplip/Makefile
index db69ae80b21d..270cd88f145b 100644
--- a/print/hplip/Makefile
+++ b/print/hplip/Makefile
@@ -3,6 +3,7 @@
PORTNAME= hplip
PORTVERSION= 3.17.4
+PORTREVISION= 1
CATEGORIES= print
MASTER_SITES= SF
@@ -129,7 +130,8 @@ post-patch:
${WRKSRC}/prnt/hpijs/hpcupsfax.cpp \
${WRKSRC}/prnt/hpijs/hpijs.cpp \
${WRKSRC}/ui/devmgr4.py \
- ${WRKSRC}/ui4/devmgr5.py
+ ${WRKSRC}/ui4/devmgr5.py \
+ ${WRKSRC}/ui5/devmgr5.py
@${REINPLACE_CMD} -e 's/umask(0)/umask(0o022)/' \
-e 's/umask(0o111)/umask(0o133)/' \
${WRKSRC}/base/os_utils.py \