diff options
author | gerald <gerald@FreeBSD.org> | 2015-08-03 08:57:47 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2015-08-03 08:57:47 +0800 |
commit | b2b97b976fcb1628107ab1d17ca5d2c5597a09dd (patch) | |
tree | 12f6962abc1cd114d9ee6d856fc5b3cead7cdba1 /emulators | |
parent | db7abad9d8683e949b37911478d91475ea5c13b2 (diff) | |
download | freebsd-ports-gnome-b2b97b976fcb1628107ab1d17ca5d2c5597a09dd.tar.gz freebsd-ports-gnome-b2b97b976fcb1628107ab1d17ca5d2c5597a09dd.tar.zst freebsd-ports-gnome-b2b97b976fcb1628107ab1d17ca5d2c5597a09dd.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/Makefile | 4 |
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 |