aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorDavid Naylor <dbn@FreeBSD.org>2016-02-01 14:10:21 +0800
committerDavid Naylor <dbn@FreeBSD.org>2016-02-01 14:10:21 +0800
commit9f96bd4fd6a22e37d96c98bceb3e26b7dc40ec62 (patch)
tree809ff692838c388d1c3bda65cdfffed2598b9979 /emulators
parent2dd514d230fff5cb50be9d5d9a0f7b7b84206f07 (diff)
downloadfreebsd-ports-gnome-9f96bd4fd6a22e37d96c98bceb3e26b7dc40ec62.tar.gz
freebsd-ports-gnome-9f96bd4fd6a22e37d96c98bceb3e26b7dc40ec62.tar.zst
freebsd-ports-gnome-9f96bd4fd6a22e37d96c98bceb3e26b7dc40ec62.zip
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
Diffstat (limited to 'emulators')
-rw-r--r--emulators/i386-wine-staging/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/i386-wine-staging/Makefile b/emulators/i386-wine-staging/Makefile
index 28b612151518..d1973962a04a 100644
--- a/emulators/i386-wine-staging/Makefile
+++ b/emulators/i386-wine-staging/Makefile
@@ -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