diff options
author | khorben <khorben@pkgsrc.org> | 2015-03-02 02:20:49 +0000 |
---|---|---|
committer | khorben <khorben@pkgsrc.org> | 2015-03-02 02:20:49 +0000 |
commit | c65d100ae07821168c26355f0857dfc902d596b6 (patch) | |
tree | dd09067a9c7841fe5873026889ed4d0c897f8314 /print/hplip | |
parent | 9c9a63c5ceba76517feba9f6e57786e92891a6a2 (diff) | |
download | pkgsrc-c65d100ae07821168c26355f0857dfc902d596b6.tar.gz |
Also fix the path to hplip.conf in prnt/filters/hpps
Bumped the revision since it changes the resulting package.
ok schnoebe@
Diffstat (limited to 'print/hplip')
-rw-r--r-- | print/hplip/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/hplip/Makefile b/print/hplip/Makefile index 327bc8c2c91..f1d38f42657 100644 --- a/print/hplip/Makefile +++ b/print/hplip/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.39 2014/06/18 09:28:17 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2015/03/02 02:20:49 khorben Exp $ DISTNAME= hplip-3.14.6 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hplip/} @@ -97,6 +97,7 @@ SUBST_FILES.fix-paths-1= check.py base/codes.py base/g.py base/utils.py SUBST_FILES.fix-paths-1+= installer/core_install.py SUBST_FILES.fix-paths-1+= fax/backend/hpfax.py prnt/cups.py SUBST_FILES.fix-paths-1+= ui/devmgr4.py ui4/devmgr5.py +SUBST_FILES.fix-paths-1+= prnt/filters/hpps SUBST_FILES.fix-paths-1+= prnt/hpcups/HPCupsFilter.cpp prnt/hpcups/Utils.cpp SUBST_FILES.fix-paths-1+= prnt/hpijs/globals.cpp prnt/hpijs/hpcupsfax.cpp SUBST_FILES.fix-paths-1+= prnt/hpijs/hpijs.cpp |