Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Apr 2015 21:14:41 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r383766 - in head/graphics: xv xv-m17n
Message-ID:  <201504102114.t3ALEfaI041382@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Fri Apr 10 21:14:40 2015
New Revision: 383766
URL: https://svnweb.freebsd.org/changeset/ports/383766

Log:
  Don't let xv change its name when options change.
  
  With hat:	portmgr
  Sponsored by:	Absolight

Modified:
  head/graphics/xv-m17n/Makefile
  head/graphics/xv/Makefile

Modified: head/graphics/xv-m17n/Makefile
==============================================================================
--- head/graphics/xv-m17n/Makefile	Fri Apr 10 21:12:00 2015	(r383765)
+++ head/graphics/xv-m17n/Makefile	Fri Apr 10 21:14:40 2015	(r383766)
@@ -8,4 +8,6 @@ MASTERDIR=	${.CURDIR}/../xv
 
 OPTIONS_SLAVE=	M17N
 
+PKGNAMESUFFIX=	-m17n${PKGNAMESUFFIX2}
+
 .include "${MASTERDIR}/Makefile"

Modified: head/graphics/xv/Makefile
==============================================================================
--- head/graphics/xv/Makefile	Fri Apr 10 21:12:00 2015	(r383765)
+++ head/graphics/xv/Makefile	Fri Apr 10 21:14:40 2015	(r383766)
@@ -38,7 +38,6 @@ CFLAGS:= ${CFLAGS:S/-O2//g}
 .endif
 
 .if ${PORT_OPTIONS:MM17N}
-PKGNAMESUFFIX=	-m17n${PKGNAMESUFFIX2}
 MAKE_ENV=	LOCALE_EXTENSION=-DTV_MULTILINGUAL
 DESCR=	${FILESDIR}/pkg-descr
 .endif



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