From 6d1616644596d235aeeced523524e821e2a888fc Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Mon, 3 Aug 2015 00:57:47 +0000 Subject: Move the setting of PKGNAMESUFFIX into a new block at the beginning of this Makefile to align closer with FreeBSD Ports standards. --- emulators/wine-staging/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emulators') 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 # $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 -- cgit