diff options
author | woodsb02 <woodsb02@FreeBSD.org> | 2017-09-22 16:21:51 +0800 |
---|---|---|
committer | woodsb02 <woodsb02@FreeBSD.org> | 2017-09-22 16:21:51 +0800 |
commit | 8809b340aa94e3a0325c221a674ce2140b5eea5e (patch) | |
tree | 292fd9397c8174568b243054850debac92e02f3b /print/hplip | |
parent | 96a7643a30803c7d52d8a52a1b5d766e9a07e85c (diff) | |
download | freebsd-ports-gnome-8809b340aa94e3a0325c221a674ce2140b5eea5e.tar.gz freebsd-ports-gnome-8809b340aa94e3a0325c221a674ce2140b5eea5e.tar.zst freebsd-ports-gnome-8809b340aa94e3a0325c221a674ce2140b5eea5e.zip |
print/hplip: Fix gui crash due to incorrect reference to /etc/hplip.conf
Reported by: Keith <fischerking1905@yahoo.co.jp>
MFH: 2017Q3
Diffstat (limited to 'print/hplip')
-rw-r--r-- | print/hplip/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/hplip/Makefile b/print/hplip/Makefile index 3eeae3070ff8..fdceb165e9de 100644 --- a/print/hplip/Makefile +++ b/print/hplip/Makefile @@ -3,6 +3,7 @@ PORTNAME= hplip PORTVERSION= 3.17.7 +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 \ |