Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Feb 2016 06:10:21 +0000 (UTC)
From:      David Naylor <dbn@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r407683 - head/emulators/i386-wine-staging
Message-ID:  <201602010610.u116ALb5057966@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbn
Date: Mon Feb  1 06:10:21 2016
New Revision: 407683
URL: https://svnweb.freebsd.org/changeset/ports/407683

Log:
  emulators/i386-wine-staging: update Makefile.
  
  Update Makefile to be consistent with r407682:
   - Mark option STAGING as a slave option.
   - Simplify arch specific code by removing non-arch specific PKGNAMESUFFIX

Modified:
  head/emulators/i386-wine-staging/Makefile

Modified: head/emulators/i386-wine-staging/Makefile
==============================================================================
--- head/emulators/i386-wine-staging/Makefile	Mon Feb  1 06:04:06 2016	(r407682)
+++ head/emulators/i386-wine-staging/Makefile	Mon Feb  1 06:10:21 2016	(r407683)
@@ -7,7 +7,8 @@ SLAVE_PORT=	i386-wine-devel
 
 CONFLICTS_INSTALL=	i386-wine-[0-9]* wine-[0-9]* wine-staging-[0-9]* i386-wine-devel-[0-9]* wine-devel-[0-9]*
 
-OPTIONS_SET=	LIBXSLT HAL STAGING X11
+OPTIONS_SLAVE=	STAGING
+OPTIONS_SET=	LIBXSLT HAL X11
 
 SLAVEDIR=	${.CURDIR}/../i386-wine-devel
 PLIST=		${MASTERDIR}/pkg-plist
@@ -16,12 +17,11 @@ PLIST=		${MASTERDIR}/pkg-plist
 ARCH!=          uname -p
 .endif
 
+PKGNAMESUFFIX=	-staging
 .if ${ARCH} == i386
 .include "${SLAVEDIR}/Makefile.i386"
-PKGNAMESUFFIX=	-staging
 .else
 MASTERDIR=	${SLAVEDIR}
-PKGNAMESUFFIX=	-staging
 .include "${SLAVEDIR}/Makefile.inc"
 .endif
 



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