Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Dec 2014 18:31:27 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r374076 - head/devel/libpru
Message-ID:  <201412051831.sB5IVRxZ068967@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rpaulo
Date: Fri Dec  5 18:31:27 2014
New Revision: 374076
URL: https://svnweb.freebsd.org/changeset/ports/374076
QAT: https://qat.redports.org/buildarchive/r374076/

Log:
  Remove a comment and move LICENSE to its proper place.
  
  Approved by:	bapt (implicit)

Modified:
  head/devel/libpru/Makefile

Modified: head/devel/libpru/Makefile
==============================================================================
--- head/devel/libpru/Makefile	Fri Dec  5 18:27:59 2014	(r374075)
+++ head/devel/libpru/Makefile	Fri Dec  5 18:31:27 2014	(r374076)
@@ -4,12 +4,12 @@ PORTNAME=	libpru
 PORTVERSION=	0.1
 CATEGORIES=	devel
 MASTER_SITES=	https://bitbucket.org/rpaulo/libpru/get/
-#DISTNAME=	libpru-${PORTVERSION}
-LICENSE=	BSD2CLAUSE
 
 MAINTAINER=	rpaulo@FreeBSD.org
 COMMENT=	Library to interface with PRUs
 
+LICENSE=	BSD2CLAUSE
+
 USES=		cmake
 
 WRKSRC=		${WRKDIR}/rpaulo-libpru-e1aae0486927



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