Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Feb 2015 03:23:50 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379734 - head/devel/pecl-hidef
Message-ID:  <201502240323.t1O3Noxl026392@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Tue Feb 24 03:23:49 2015
New Revision: 379734
URL: https://svnweb.freebsd.org/changeset/ports/379734
QAT: https://qat.redports.org/buildarchive/r379734/

Log:
  switch to USES=tar:tgz.

Modified:
  head/devel/pecl-hidef/Makefile

Modified: head/devel/pecl-hidef/Makefile
==============================================================================
--- head/devel/pecl-hidef/Makefile	Tue Feb 24 03:21:47 2015	(r379733)
+++ head/devel/pecl-hidef/Makefile	Tue Feb 24 03:23:49 2015	(r379734)
@@ -6,7 +6,6 @@ PORTVERSION=	0.1.13
 CATEGORIES=	devel pear
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
-EXTRACT_SUFX=	.tgz
 DIST_SUBDIR=	PECL
 
 MAINTAINER=	ports@FreeBSD.org
@@ -14,14 +13,15 @@ COMMENT=	Constants for real
 
 LICENSE=	PHP301
 
+USES=		tar:tgz
 USE_PHP=	yes
 USE_PHPEXT=	yes
 IGNORE_WITH_PHP=	56
 
 CONFIGURE_ARGS=	--enable-hidef
 
-CFLAGS+=-I${LOCALBASE}/include
-LDFLAGS+=-L${LOCALBASE}/lib
+CFLAGS+=	-I${LOCALBASE}/include
+LDFLAGS+=	-L${LOCALBASE}/lib
 
 post-patch:
 	@${REINPLACE_CMD} -e 's,malloc.h,stdlib.h,g' \



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