svn commit: r465897 - head/misc/ossp-uuid

Antoine Brodin antoine at FreeBSD.org
Thu Mar 29 14:01:06 UTC 2018


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 at 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


More information about the svn-ports-all mailing list