diff --git a/makepanda/makepanda.py b/makepanda/makepanda.py index ad9dcf1b60..42f8249f1f 100755 --- a/makepanda/makepanda.py +++ b/makepanda/makepanda.py @@ -5597,7 +5597,7 @@ def MakeInstallerFreeBSD(): if (python_pkg): cmd += " -P " + python_pkg cmd += " -p /usr/local -S \"%s\"" % os.path.abspath("targetroot") - cmd += " -c -\"The Panda3D free 3D engine SDK\"" + cmd += " -c -\"The Panda3D free 3D engine SDK\" -o devel/panda3d" cmd += " -d pkg-descr -f pkg-plist panda3d-%s" % VERSION oscmd(cmd)