svn commit: r324568 - head/x11-wm/e17-modules
John Marino
marino at FreeBSD.org
Sun Aug 11 02:21:38 UTC 2013
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 \
More information about the svn-ports-all
mailing list