From owner-freebsd-questions Sat Sep 14 14:10:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD73937B400 for ; Sat, 14 Sep 2002 14:10:48 -0700 (PDT) Received: from grillolja.cs.umu.se (grillolja.cs.umu.se [130.239.40.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C42943E42 for ; Sat, 14 Sep 2002 14:10:48 -0700 (PDT) (envelope-from tdv94ped@cs.umu.se) Received: from localhost (localhost [127.0.0.1]) by amavisd-new (Postfix) with ESMTP id 15B5CA012 for ; Sat, 14 Sep 2002 23:10:47 +0200 (MEST) Received: from cs.umu.se (h11n1c1o1023.bredband.skanova.com [213.64.164.11]) by grillolja.cs.umu.se (Postfix) with ESMTP id AFE6FA00F for ; Sat, 14 Sep 2002 23:10:44 +0200 (MEST) Message-ID: <3D83A5C5.51CCCA0C@cs.umu.se> Date: Sat, 14 Sep 2002 23:10:29 +0200 From: Paul Everlund X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: sv,en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Where to put binaries of a port Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new amavisd-new-20020630 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi! I'm trying to make a port follow the FreeBSD standard, where to put installed files, which is a bit hard, as I'm a bit uncertain of the standard. The port have both an X11 binary, and a non- X11 binary. The X11 binary is optional, and only should be installed if X11 is installed. The other binary should always be installed. By using USE_X_PREFIX, they're both installed in /usr/X11R6/bin, else both are installed in /usr/local/bin. If only installing the binary not using X11, the latter is correct, but what should I do if both the X11 and the non-X11 binary should be installed? Should both end up in /usr/local/bin, or /usr/X11R6/bin? Thanks in advance for a reply! Best regards, Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message