Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Aug 2013 02:21:37 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324568 - head/x11-wm/e17-modules
Message-ID:  <201308110221.r7B2LbXL002149@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sun Aug 11 02:21:37 2013
New Revision: 324568
URL: http://svnweb.freebsd.org/changeset/ports/324568

Log:
  x11-wm/e17-modules: Replace hardcoded "freebsd" with OPSYS:L
  
  Using OPSYS allows port to build on DragonFly without modification.
  There were no functional changes made to port.
  
  Approved by:	bapt/culot (mentors, implicit)

Modified:
  head/x11-wm/e17-modules/Makefile

Modified: head/x11-wm/e17-modules/Makefile
==============================================================================
--- head/x11-wm/e17-modules/Makefile	Sun Aug 11 02:02:16 2013	(r324567)
+++ head/x11-wm/e17-modules/Makefile	Sun Aug 11 02:21:37 2013	(r324568)
@@ -12,7 +12,7 @@ COMMENT=	Meta-port for e17 modules
 
 NO_BUILD=	yes
 WANT_EFL=	yes
-E17_ARCH=	freebsd${OSREL}-${ARCH}
+E17_ARCH=	${OPSYS:L}${OSREL}-${ARCH}
 
 MODULES=	alarm comp-scale cpu deskshow diskio eektool elfe empris engage eooorg \
 		everything-aspell everything-mpris everything-pidgin everything-places \



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