svn commit: r383766 - in head/graphics: xv xv-m17n

Mathieu Arnold mat at FreeBSD.org
Fri Apr 10 21:14:41 UTC 2015


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


More information about the svn-ports-head mailing list