Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Mar 2018 14:01:06 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r465897 - head/misc/ossp-uuid
Message-ID:  <201803291401.w2TE16lt011419@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Mar 29 14:01:06 2018
New Revision: 465897
URL: https://svnweb.freebsd.org/changeset/ports/465897

Log:
  Unbreak slave port misc/p5-OSSP-uuid
  
  Reported by:	pkg-fallout

Modified:
  head/misc/ossp-uuid/Makefile

Modified: head/misc/ossp-uuid/Makefile
==============================================================================
--- head/misc/ossp-uuid/Makefile	Thu Mar 29 13:45:10 2018	(r465896)
+++ head/misc/ossp-uuid/Makefile	Thu Mar 29 14:01:06 2018	(r465897)
@@ -12,7 +12,11 @@ MAINTAINER=	vd@FreeBSD.org
 COMMENT=	ISO-C API and CLI for generating Universally Unique Identifiers
 
 LICENSE=	MIT
+.if defined(SLAVEPORT) && ${SLAVEPORT}=="perl"
+LICENSE_FILE=	${WRKSRC}/../README
+.else
 LICENSE_FILE=	${WRKSRC}/README
+.endif
 
 GNU_CONFIGURE=	yes
 USES+=		libtool pathfix



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