Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Feb 2015 10:23:56 +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: r378522 - head/net/wireshark
Message-ID:  <201502061023.t16ANuO5029065@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Feb  6 10:23:55 2015
New Revision: 378522
URL: https://svnweb.freebsd.org/changeset/ports/378522
QAT: https://qat.redports.org/buildarchive/r378522/

Log:
  Fix duplicate pkgnames

Modified:
  head/net/wireshark/Makefile

Modified: head/net/wireshark/Makefile
==============================================================================
--- head/net/wireshark/Makefile	Fri Feb  6 10:20:43 2015	(r378521)
+++ head/net/wireshark/Makefile	Fri Feb  6 10:23:55 2015	(r378522)
@@ -1,7 +1,7 @@
 # Created by: Bill Fumerola <billf@chc-chimes.com>
 # $FreeBSD$
 
-PORTNAME=	wireshark
+PORTNAME?=	wireshark
 PORTVERSION=	1.12.3
 CATEGORIES=	net ipv6
 MASTER_SITES=	http://www.wireshark.org/download/src/ \



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