diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2015-08-03 08:57:47 +0800 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2015-08-03 08:57:47 +0800 |
commit | 6d1616644596d235aeeced523524e821e2a888fc (patch) | |
tree | 12f6962abc1cd114d9ee6d856fc5b3cead7cdba1 /emulators | |
parent | 76dbe6a7ab3a50cb71a5efe113fb5259286651a5 (diff) | |
download | freebsd-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/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 |