From owner-svn-ports-head@FreeBSD.ORG Thu Jun 20 20:34:08 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9C806687; Thu, 20 Jun 2013 20:34:08 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 8F9B11488; Thu, 20 Jun 2013 20:34:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5KKY8aU067022; Thu, 20 Jun 2013 20:34:08 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5KKY887067021; Thu, 20 Jun 2013 20:34:08 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201306202034.r5KKY887067021@svn.freebsd.org> From: Boris Samorodov Date: Thu, 20 Jun 2013 20:34:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321423 - head/comms/yaps X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jun 2013 20:34:08 -0000 Author: bsam Date: Thu Jun 20 20:34:08 2013 New Revision: 321423 URL: http://svnweb.freebsd.org/changeset/ports/321423 Log: Fix mtree: the port creates an empty DATADIR. Lets define an empty list PORTDATA to take this directory into account. Well, the other way is to add an appropriate line to TMPPLIST. But I like the former more. Reported by: Ports-QAT Pointyhat to: bsam (me) Modified: head/comms/yaps/Makefile Modified: head/comms/yaps/Makefile ============================================================================== --- head/comms/yaps/Makefile Thu Jun 20 20:29:15 2013 (r321422) +++ head/comms/yaps/Makefile Thu Jun 20 20:34:08 2013 (r321423) @@ -18,6 +18,7 @@ USE_GMAKE= true MAN1= yaps.1 PLIST_FILES= bin/yaps etc/yaps.rc.sample PORTDOCS= yaps.doc yaps.html +PORTDATA= * OPTIONS_DEFINE= DOCS