Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jan 2014 00:13: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: r339193 - head/converters/libb64
Message-ID:  <201401090013.s090DGdx039382@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Jan  9 00:13:15 2014
New Revision: 339193
URL: http://svnweb.freebsd.org/changeset/ports/339193

Log:
  Support stage
  Use bsdtar to extract zip

Modified:
  head/converters/libb64/Makefile

Modified: head/converters/libb64/Makefile
==============================================================================
--- head/converters/libb64/Makefile	Thu Jan  9 00:10:08 2014	(r339192)
+++ head/converters/libb64/Makefile	Thu Jan  9 00:13:15 2014	(r339193)
@@ -6,26 +6,21 @@ PORTVERSION=	1.2
 CATEGORIES=	converters mail
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}
 DISTNAME=	${PORTNAME}-${PORTVERSION}.src
+EXTRACT_SUFX=	.zip
 
 MAINTAINER=	ismail.yenigul@surgate.com
-COMMENT=	A library of ANSI C routines for fast encoding/decoding data
+COMMENT=	Library of ANSI C routines for fast encoding/decoding data
 
 BUILD_DEPENDS=	makedepend:${PORTSDIR}/devel/makedepend
 
+USES=		gmake
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
-USE_ZIP=	yes
-USE_GMAKE=	yes
 
-NO_STAGE=	yes
-do-install:
-	${INSTALL_DATA} ${WRKSRC}/src/libb64.a ${PREFIX}/lib
-	${MKDIR} ${PREFIX}/include/b64
-	${INSTALL_DATA} ${WRKSRC}/include/b64/*.h ${PREFIX}/include/b64
-
-.include <bsd.port.pre.mk>
+BROKEN_powerpc=	Does not compile on powerpc
 
-.if ${ARCH} == "powerpc"
-BROKEN=		Does not compile on powerpc
-.endif
+do-install:
+	${INSTALL_DATA} ${WRKSRC}/src/libb64.a ${STAGEDIR}${PREFIX}/lib
+	@${MKDIR} ${STAGEDIR}${PREFIX}/include/b64
+	${INSTALL_DATA} ${WRKSRC}/include/b64/*.h ${STAGEDIR}${PREFIX}/include/b64
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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