$NetBSD: patch-ai,v 1.1 2014/06/17 13:17:13 wiz Exp $

Don't create directories, do that with OWN_DIRS and OWN_DIRS_PERMS

--- notifier/Makefile.orig	2009-04-12 23:04:51.000000000 +0000
+++ notifier/Makefile
@@ -62,6 +62,8 @@ install:	all install-data install-header
 #
 
 install-data:
+
+install-dirs:
 	$(INSTALL_DIR) -m 775 -g $(CUPS_GROUP) $(CACHEDIR)/rss
 
 
