From owner-freebsd-ports@freebsd.org Thu Nov 16 18:30:46 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8098DDE53A0 for ; Thu, 16 Nov 2017 18:30:46 +0000 (UTC) (envelope-from list_freebsd@bluerosetech.com) Received: from echo.brtsvcs.net (echo.brtsvcs.net [IPv6:2607:f740:c::4ae]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6EF2A648F5 for ; Thu, 16 Nov 2017 18:30:46 +0000 (UTC) (envelope-from list_freebsd@bluerosetech.com) Received: from chombo.houseloki.net (c-73-240-250-185.hsd1.or.comcast.net [73.240.250.185]) by echo.brtsvcs.net (Postfix) with ESMTPS id D06F438F43 for ; Thu, 16 Nov 2017 10:30:45 -0800 (PST) Received: from [IPv6:2601:1c2:1400:8d31:71ee:3866:3847:e8e9] (unknown [IPv6:2601:1c2:1400:8d31:71ee:3866:3847:e8e9]) by chombo.houseloki.net (Postfix) with ESMTPSA id 83DC11388 for ; Thu, 16 Nov 2017 10:30:44 -0800 (PST) To: Freebsd Ports From: Mel Pilgrim Subject: Making a port that installs only an RC script provided in FILESDIR Message-ID: <56dd26c5-1daf-be8c-f499-0375f7fb3524@bluerosetech.com> Date: Thu, 16 Nov 2017 10:30:46 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Nov 2017 18:30:46 -0000 I have a port that has exactly one file: an RC script provided in the FILESDIR of the skeleton itself. I can't use metaport because I do have to install a file. I've had no luck finding anything that explains how to do this, and am meeting no end of errors when I test the port. How do I create this kind of port?