svn commit: r324279 - head/print/hpijs

Andrej Zverev az at FreeBSD.org
Mon Aug 5 16:03:37 UTC 2013


Author: az
Date: Mon Aug  5 16:03:36 2013
New Revision: 324279
URL: http://svnweb.freebsd.org/changeset/ports/324279

Log:
  - Fix USES=perl5 (it can't be after pre.mk)

Modified:
  head/print/hpijs/Makefile

Modified: head/print/hpijs/Makefile
==============================================================================
--- head/print/hpijs/Makefile	Mon Aug  5 15:55:37 2013	(r324278)
+++ head/print/hpijs/Makefile	Mon Aug  5 16:03:36 2013	(r324279)
@@ -24,8 +24,6 @@ OPTIONS_DEFINE=	CUPS DOCS FOOMATIC
 OPTIONS_DEFAULT=	CUPS FOOMATIC
 FOOMATIC_DESC=	Install foomatic-rip and PPD files
 
-.include <bsd.port.pre.mk>
-
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MCUPS} || ${PORT_OPTIONS:MFOOMATIC}
@@ -47,6 +45,8 @@ CONFIGURE_ARGS+=	--disable-cups-install
 PLIST_SUB+=		CUPS="@comment "
 .endif
 
+.include <bsd.port.pre.mk>
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|/usr/local/share/cups|${LOCALBASE}/share/cups|g ; \
 		s|/usr/lib/cups/filter|${LOCALBASE}/libexec/cups/filter|g' \


More information about the svn-ports-all mailing list