Date: Thu, 20 Jun 2013 20:34:08 +0000 (UTC) From: Boris Samorodov <bsam@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321423 - head/comms/yaps Message-ID: <201306202034.r5KKY887067021@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306202034.r5KKY887067021>