Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Apr 2014 00:26:58 +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: r352196 - head/www/evolution-webcal
Message-ID:  <201404260026.s3Q0QwuL028112@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Apr 26 00:26:58 2014
New Revision: 352196
URL: http://svnweb.freebsd.org/changeset/ports/352196
QAT: https://qat.redports.org/buildarchive/r352196/

Log:
  Support stage

Modified:
  head/www/evolution-webcal/Makefile

Modified: head/www/evolution-webcal/Makefile
==============================================================================
--- head/www/evolution-webcal/Makefile	Sat Apr 26 00:25:52 2014	(r352195)
+++ head/www/evolution-webcal/Makefile	Sat Apr 26 00:26:58 2014	(r352196)
@@ -12,17 +12,16 @@ DISTNAME=	${PKGNAMEPREFIX}${PORTNAME}-${
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Webcal(endar) handler for gnome
 
-USE_BZIP2=	yes
-USES=		gettext gmake pathfix perl5 pkgconfig
+USES=		gettext gmake pathfix perl5 pkgconfig tar:bzip2
 USE_PERL5=	build
 USE_GNOME=	gnomeprefix intlhack evolutiondataserver libgnomeui
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
+INSTALL_TARGET=	install-strip
 
 GCONF_SCHEMAS=	evolution-webcal.schemas
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|@mkdir_p@|mkdir -p|g' \
 		${WRKSRC}/po/Makefile.in.in



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