svn commit: r407683 - head/emulators/i386-wine-staging

David Naylor dbn at FreeBSD.org
Mon Feb 1 06:10:22 UTC 2016


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
 


More information about the svn-ports-all mailing list