aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2015-08-03 08:57:47 +0800
committerGerald Pfeifer <gerald@FreeBSD.org>2015-08-03 08:57:47 +0800
commit6d1616644596d235aeeced523524e821e2a888fc (patch)
tree12f6962abc1cd114d9ee6d856fc5b3cead7cdba1 /emulators
parent76dbe6a7ab3a50cb71a5efe113fb5259286651a5 (diff)
downloadfreebsd-ports-gnome-6d1616644596d235aeeced523524e821e2a888fc.tar.gz
freebsd-ports-gnome-6d1616644596d235aeeced523524e821e2a888fc.tar.zst
freebsd-ports-gnome-6d1616644596d235aeeced523524e821e2a888fc.zip
Move the setting of PKGNAMESUFFIX into a new block at the beginning
of this Makefile to align closer with FreeBSD Ports standards.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/wine-staging/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/wine-staging/Makefile b/emulators/wine-staging/Makefile
index d40127a22012..01a54beae57d 100644
--- a/emulators/wine-staging/Makefile
+++ b/emulators/wine-staging/Makefile
@@ -1,6 +1,8 @@
# Created by: Kris Moore <kmoore@FreeBSD.org>
# $FreeBSD$
+PKGNAMESUFFIX= -staging
+
COMMENT= Wine built with the Staging patchset
SLAVE_PORT= wine-devel
@@ -15,5 +17,3 @@ PLIST= ${MASTERDIR}/pkg-plist
USE_AUTOTOOLS= autoconf:env
.include "${MASTERDIR}/Makefile"
-
-PKGNAMESUFFIX= -staging