Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Apr 2014 23:09:16 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r352165 - head/print/cups-pk-helper
Message-ID:  <201404252309.s3PN9Gx0092414@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Apr 25 23:09:16 2014
New Revision: 352165
URL: http://svnweb.freebsd.org/changeset/ports/352165
QAT: https://qat.redports.org/buildarchive/r352165/

Log:
  Support stage

Modified:
  head/print/cups-pk-helper/Makefile

Modified: head/print/cups-pk-helper/Makefile
==============================================================================
--- head/print/cups-pk-helper/Makefile	Fri Apr 25 23:08:08 2014	(r352164)
+++ head/print/cups-pk-helper/Makefile	Fri Apr 25 23:09:16 2014	(r352165)
@@ -13,12 +13,11 @@ COMMENT=	Helper that makes system-config
 LIB_DEPENDS=	libcups.so:${PORTSDIR}/print/cups-client \
 		libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit
 
-USE_XZ=		yes
 USE_GNOME=	glib20 intlhack
-USES=		gettext gmake pathfix pkgconfig
+USES=		gettext gmake pathfix pkgconfig tar:xz
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/libs
+INSTALL_TARGET=	install-strip
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404252309.s3PN9Gx0092414>