svn commit: r393448 - head/emulators/wine-staging
Gerald Pfeifer
gerald at FreeBSD.org
Mon Aug 3 00:57:48 UTC 2015
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 at 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
More information about the svn-ports-all
mailing list