From c632a5342afd879e33094463f3d743ad54181b85 Mon Sep 17 00:00:00 2001 From: az Date: Mon, 5 Aug 2013 16:03:36 +0000 Subject: - Fix USES=perl5 (it can't be after pre.mk) --- print/hpijs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'print') diff --git a/print/hpijs/Makefile b/print/hpijs/Makefile index f4aa34ff0292..85d043e833a9 100644 --- a/print/hpijs/Makefile +++ b/print/hpijs/Makefile @@ -24,8 +24,6 @@ OPTIONS_DEFINE= CUPS DOCS FOOMATIC OPTIONS_DEFAULT= CUPS FOOMATIC FOOMATIC_DESC= Install foomatic-rip and PPD files -.include - .include .if ${PORT_OPTIONS:MCUPS} || ${PORT_OPTIONS:MFOOMATIC} @@ -47,6 +45,8 @@ CONFIGURE_ARGS+= --disable-cups-install PLIST_SUB+= CUPS="@comment " .endif +.include + post-patch: @${REINPLACE_CMD} -e 's|/usr/local/share/cups|${LOCALBASE}/share/cups|g ; \ s|/usr/lib/cups/filter|${LOCALBASE}/libexec/cups/filter|g' \ -- cgit