Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Dec 2014 16:42:55 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r375471 - head/graphics/nathive
Message-ID:  <201412241642.sBOGgtaw025018@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Dec 24 16:42:54 2014
New Revision: 375471
URL: https://svnweb.freebsd.org/changeset/ports/375471
QAT: https://qat.redports.org/buildarchive/r375471/

Log:
  - Readd empty directories to plist
  
  Pointyhat to:	bapt

Modified:
  head/graphics/nathive/Makefile

Modified: head/graphics/nathive/Makefile
==============================================================================
--- head/graphics/nathive/Makefile	Wed Dec 24 16:17:19 2014	(r375470)
+++ head/graphics/nathive/Makefile	Wed Dec 24 16:42:54 2014	(r375471)
@@ -24,6 +24,12 @@ PLIST_FILES=	bin/${PORTNAME} \
 		share/applications/nathive.desktop
 PORTDATA=	*
 PORTDOCS=	*
+PLIST_DIRS=	%%DATADIR%%/cfg/presets/select \
+		%%DATADIR%%/cfg/presets/picker \
+		%%DATADIR%%/cfg/presets/eraser \
+		%%DATADIR%%/cfg/presets/crop \
+		%%DATADIR%%/cfg/presets/brush \
+		%%DATADIR%%/cfg/console
 
 OPTIONS_DEFINE=	DOCS
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412241642.sBOGgtaw025018>