diff options
author | linimon <linimon@FreeBSD.org> | 2013-07-14 10:38:17 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2013-07-14 10:38:17 +0800 |
commit | b08965cb836ac13d3f4f079f42baa1bd0299724a (patch) | |
tree | 2d1125cf86d48a34e71bead7bc8b3824f0015dc0 /emulators/hfs | |
parent | beae363b9827956e4f97079b18f28e4affe9d450 (diff) | |
download | freebsd-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/Makefile | 2 |
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}" \ |