svn commit: r321423 - head/comms/yaps
Boris Samorodov
bsam at FreeBSD.org
Thu Jun 20 20:34:08 UTC 2013
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
More information about the svn-ports-head
mailing list