From 840e114a2ba54efd0d061694985b542f7b00f96a Mon Sep 17 00:00:00 2001 From: Jimmy Olgeni Date: Tue, 5 May 2015 11:16:20 +0000 Subject: Cleanup, remove unnecessary GitHub variables and add LICENSE. --- devel/cowlib/Makefile | 19 +++++++++---------- devel/cowlib/distinfo | 4 ++-- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/devel/cowlib/Makefile b/devel/cowlib/Makefile index 3dca0680badf..ee1a6ebbc90e 100644 --- a/devel/cowlib/Makefile +++ b/devel/cowlib/Makefile @@ -7,6 +7,8 @@ CATEGORIES= devel MAINTAINER= olgeni@FreeBSD.org COMMENT= Erlang support library for manipulating Web protocols +LICENSE= ISCL + BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang @@ -15,17 +17,14 @@ PLIST_SUB= VERSION="${PORTVERSION}" USES= gmake USE_GITHUB= yes GH_ACCOUNT= ninenines -GH_PROJECT= cowlib -GH_COMMIT= d544a49 -GH_TAGNAME= ${PORTVERSION} do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/cowlib-${PORTVERSION} - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/cowlib-${PORTVERSION}/ebin - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/cowlib-${PORTVERSION}/include - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/cowlib-${PORTVERSION}/src - ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/cowlib-${PORTVERSION}/ebin - ${INSTALL_DATA} ${WRKSRC}/include/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/cowlib-${PORTVERSION}/include - ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/cowlib-${PORTVERSION}/src + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/include + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src + ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin + ${INSTALL_DATA} ${WRKSRC}/include/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/include + ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src .include diff --git a/devel/cowlib/distinfo b/devel/cowlib/distinfo index c454db03f96a..68541132a49a 100644 --- a/devel/cowlib/distinfo +++ b/devel/cowlib/distinfo @@ -1,2 +1,2 @@ -SHA256 (cowlib-1.0.0.tar.gz) = 17143608573abe00903548f66059cfdb59d9c2a1b1b262570e384b4a2e1bf006 -SIZE (cowlib-1.0.0.tar.gz) = 41548 +SHA256 (ninenines-cowlib-1.0.0_GH0.tar.gz) = 48a8784ae7d266724276f9842b3a06cfbbfe69469f58c27237c602232f7ebe5a +SIZE (ninenines-cowlib-1.0.0_GH0.tar.gz) = 41538 -- cgit v1.2.3