svn commit: r386872 - head/devel/cuttlefish

Jimmy Olgeni olgeni at FreeBSD.org
Wed May 20 17:55:10 UTC 2015


Author: olgeni
Date: Wed May 20 17:55:09 2015
New Revision: 386872
URL: https://svnweb.freebsd.org/changeset/ports/386872

Log:
  Use PKGNAMEPREFIX to avoid conflict with graphics/cuttlefish.
  
  Submitted by:	antoine

Modified:
  head/devel/cuttlefish/Makefile

Modified: head/devel/cuttlefish/Makefile
==============================================================================
--- head/devel/cuttlefish/Makefile	Wed May 20 17:22:02 2015	(r386871)
+++ head/devel/cuttlefish/Makefile	Wed May 20 17:55:09 2015	(r386872)
@@ -2,7 +2,9 @@
 
 PORTNAME=	cuttlefish
 PORTVERSION=	2.0.1
+PORTREVISION=	1
 CATEGORIES=	devel
+PKGNAMEPREFIX=	erlang-
 
 MAINTAINER=	olgeni at FreeBSD.org
 COMMENT=	Configuration library for Erlang


More information about the svn-ports-all mailing list