summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2017-12-19 11:53:10 +0000
committerjperkin <jperkin@pkgsrc.org>2017-12-19 11:53:10 +0000
commit033560136b7ad70af6c2657d8c6c4f75d77b7fa0 (patch)
treefd73d352e45d06fb66defcc4334e271dfd553a30 /print
parentde00928c0be10c64a76b7a3039c325788103afa1 (diff)
downloadpkgsrc-033560136b7ad70af6c2657d8c6c4f75d77b7fa0.tar.gz
py-cups: Unbreak subst after the cups-base rename.
Bump PKGREVISION.
Diffstat (limited to 'print')
-rw-r--r--print/py-cups/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/print/py-cups/Makefile b/print/py-cups/Makefile
index e803e3f333e..6a1d42577dd 100644
--- a/print/py-cups/Makefile
+++ b/print/py-cups/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.32 2017/12/19 08:32:14 adam Exp $
+# $NetBSD: Makefile,v 1.33 2017/12/19 11:53:10 jperkin Exp $
DISTNAME= pycups-1.9.73
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
+PKGREVISION= 1
CATEGORIES= print python
MASTER_SITES= http://cyberelk.net/tim/data/pycups/
MASTER_SITES+= ${MASTER_SITE_PYPI:=p/pycups/}
@@ -17,7 +18,7 @@ CFLAGS+= -DVERSION=\"${PKGVERSION_NOREV}\"
SUBST_CLASSES+= paths
SUBST_MESSAGE.paths= Fix cups paths.
SUBST_FILES.paths= cupsconnection.c
-SUBST_SED.paths= -e 's:"/usr/share/cups":"${BUILDLINK_PREFIX.cups}/share/cups/", "/usr/share/cups":'
+SUBST_SED.paths= -e 's:"/usr/share/cups":"${BUILDLINK_PREFIX.cups-base}/share/cups/", "/usr/share/cups":'
SUBST_STAGE.paths= post-patch
.include "../../lang/python/distutils.mk"