svn commit: r352196 - head/www/evolution-webcal

Baptiste Daroussin bapt at FreeBSD.org
Sat Apr 26 00:26:59 UTC 2014


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 at 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


More information about the svn-ports-head mailing list