Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Aug 2015 00:57:47 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r393448 - head/emulators/wine-staging
Message-ID:  <201508030057.t730vldW044346@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Mon Aug  3 00:57:47 2015
New Revision: 393448
URL: https://svnweb.freebsd.org/changeset/ports/393448

Log:
  Move the setting of PKGNAMESUFFIX into a new block at the beginning
  of this Makefile to align closer with FreeBSD Ports standards.

Modified:
  head/emulators/wine-staging/Makefile

Modified: head/emulators/wine-staging/Makefile
==============================================================================
--- head/emulators/wine-staging/Makefile	Sun Aug  2 22:56:57 2015	(r393447)
+++ head/emulators/wine-staging/Makefile	Mon Aug  3 00:57:47 2015	(r393448)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508030057.t730vldW044346>