svn commit: r375471 - head/graphics/nathive

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Dec 24 16:42:55 UTC 2014


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
 


More information about the svn-ports-head mailing list