From 693798e4b86195355c208d7f0059091efc2b5668 Mon Sep 17 00:00:00 2001 From: Andrej Zverev Date: Mon, 5 Aug 2013 16:03:36 +0000 Subject: [PATCH] - Fix USES=perl5 (it can't be after pre.mk) --- print/hpijs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' \