From d590921b907e7d85abca6ebea8c7919d31eb43cb Mon Sep 17 00:00:00 2001 From: rdb Date: Mon, 2 May 2011 06:10:11 +0000 Subject: [PATCH] suggested fix from deflected to add -o devel/panda3d to pkg_create --- makepanda/makepanda.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)