aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-07-20 23:33:20 +0800
committermat <mat@FreeBSD.org>2016-07-20 23:33:20 +0800
commitdb56f13ef4400c01c2a9ef2ba0e545effb4949f9 (patch)
treed74ba65fed8db0fd098d71428aebd9af6e665d09 /emulators
parent3152a538183a1b60ad1cc78f4daf75bf3776cbfb (diff)
downloadfreebsd-ports-gnome-db56f13ef4400c01c2a9ef2ba0e545effb4949f9.tar.gz
freebsd-ports-gnome-db56f13ef4400c01c2a9ef2ba0e545effb4949f9.tar.zst
freebsd-ports-gnome-db56f13ef4400c01c2a9ef2ba0e545effb4949f9.zip
Cleanup $() variables in ports Makefiles.
Mostly replace with ${}, but sometime, replace with $$() because it is what was intended in the first place. (I think.) Sponsored by: Absolight
Diffstat (limited to 'emulators')
-rw-r--r--emulators/bsvc/Makefile2
-rw-r--r--emulators/virtualbox-ose/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/bsvc/Makefile b/emulators/bsvc/Makefile
index ab991a755811..e76ae1e0fdab 100644
--- a/emulators/bsvc/Makefile
+++ b/emulators/bsvc/Makefile
@@ -34,6 +34,6 @@ post-patch:
s/strstream\.h/strstream/; \
s/fstream\.h/fstream/' \{\} \;
@${FIND} ${WRKSRC} -name Makefile -exec \
- ${REINPLACE_CMD} -e 's/make/$(MAKE)/' \{\} \;
+ ${REINPLACE_CMD} -e 's/make/${MAKE}/' \{\} \;
.include <bsd.port.mk>
diff --git a/emulators/virtualbox-ose/Makefile b/emulators/virtualbox-ose/Makefile
index 3d73896b46bb..efad4cbc6c18 100644
--- a/emulators/virtualbox-ose/Makefile
+++ b/emulators/virtualbox-ose/Makefile
@@ -257,7 +257,7 @@ post-patch:
@${ECHO} 'VBOX_PATH_GSOAP = ${PREFIX}/lib/gsoap' >> ${WRKSRC}/LocalConfig.kmk
@${ECHO} 'VBOX_PATH_GSOAP_BIN = ${PREFIX}/bin' >> ${WRKSRC}/LocalConfig.kmk
@${ECHO} 'VBOX_PATH_GSOAP_IMPORT = ${PREFIX}/share/gsoap/import' >> ${WRKSRC}/LocalConfig.kmk
- @${ECHO} 'VBOX_GCC_PEDANTIC_CXX = -Wshadow $(VBOX_GCC_WARN) -Wno-long-long' >> ${WRKSRC}/LocalConfig.kmk
+ @${ECHO} 'VBOX_GCC_PEDANTIC_CXX = -Wshadow $$(VBOX_GCC_WARN) -Wno-long-long' >> ${WRKSRC}/LocalConfig.kmk
.endif
.if ${PORT_OPTIONS:MR0LOGGING}
@${ECHO} 'VBOX_WITH_R0_LOGGING = 1' >> ${WRKSRC}/LocalConfig.kmk
itle='2014-06-29 16:29:30 +0800'>2014-06-291-1/+1 * - update to 3.47leeym2014-06-292-3/+3 * Revive devel/codeville and assign new maintainermarino2014-06-297-0/+176 * - Add a workaround to fix conflicts with tests/__init__.pymiwi2014-06-291-0/+3 * - update to 0.23.04leeym2014-06-292-3/+3 * - Forgot to bump PORTREVISIONjhale2014-06-281-0/+1 * - USES=libtool, drop .a and .la filesjhale2014-06-282-7/+5 * - Support STAGEDIRtota2014-06-281-11/+12 * - Unbreak ports, which installed setup.py files due to the messed up argumentmva2014-06-2810-474/+11 * Unbreak at runtineantoine2014-06-282-0/+2 * Allow to build with texinfo from portsantoine2014-06-281-1/+1 * - Fix buildmiwi2014-06-281-0/+1 * USES= tar:xzbapt2014-06-281-2/+1 * Allow building with newer texinfoantoine2014-06-281-5/+22 * devel/ocfpcsc: support stagewg2014-06-284-31/+64 * Allow to build with texinfo from portsantoine2014-06-281-1/+1 * Remove reference to dead ode-develantoine2014-06-281-2/+0 * 2014-06-27 devel/ode-devel: Outdated by devel/odeantoine2014-06-287-132/+0 * Fix after sqlite3 updateantoine2014-06-281-1/+1 * - upgrade to 0.99.08leeym2014-06-282-3/+3 * - Chase database/sqlite3 slib bumpmiwi2014-06-2811-9/+11 * devel/py-pygit2: update to 0.21.0wg2014-06-282-4/+7 * devel/libgit2: update to 0.21.0wg2014-06-283-8/+12 * - Update to 0.4.2miwi2014-06-272-4/+4 * - Update to 1.0.3miwi2014-06-272-3/+4 * - Add stage supportdanilo2014-06-272-17/+10 * - Properly remove references to deprecated emacs versions, and unbreak INDEXashish2014-06-272-8/+0