aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/hfs
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2013-07-14 10:38:17 +0800
committerlinimon <linimon@FreeBSD.org>2013-07-14 10:38:17 +0800
commitb08965cb836ac13d3f4f079f42baa1bd0299724a (patch)
tree2d1125cf86d48a34e71bead7bc8b3824f0015dc0 /emulators/hfs
parentbeae363b9827956e4f97079b18f28e4affe9d450 (diff)
downloadfreebsd-ports-gnome-b08965cb836ac13d3f4f079f42baa1bd0299724a.tar.gz
freebsd-ports-gnome-b08965cb836ac13d3f4f079f42baa1bd0299724a.tar.zst
freebsd-ports-gnome-b08965cb836ac13d3f4f079f42baa1bd0299724a.zip
Fix bogus backquote that was giving portsmon fits.
Diffstat (limited to 'emulators/hfs')
-rw-r--r--emulators/hfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/hfs/Makefile b/emulators/hfs/Makefile
index 9de45371a17f..191ead90c38f 100644
--- a/emulators/hfs/Makefile
+++ b/emulators/hfs/Makefile
@@ -15,7 +15,7 @@ LICENSE= GPLv2
CONFLICTS= hfsutils-[0-9]*
-DEPRECATED= No upstream, no public distfiles; consider using `sysutils/hfsutils'
+DEPRECATED= No upstream, no public distfiles; consider using 'sysutils/hfsutils'
USE_GMAKE= yes
MAKE_ARGS= CCPLUSPLUS="${CXX} -c" LD="${CXX}" DEBUG="${CFLAGS}" \