summaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2007-03-01 02:40:46 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2007-03-01 02:40:46 +0000
commit9bfcd6f8756ba3f4031b6cbbef7fb06989050be2 (patch)
treee385fd53a61ca0cc6571875b29b551f6e54764f8 /x11-themes
parent- Remove BROKEN since port is indeed fetchable (diff)
- Add extra logic to Makefile.icons to handle period directories
even if PLIST_DIR_PATTERN_EXTRA has been superseeded - Remove BROKEN from kde-icons-krystaline due to the fix above
Notes
Notes: svn path=/head/; revision=186236
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/kde-icons-noia/Makefile.icons2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-themes/kde-icons-noia/Makefile.icons b/x11-themes/kde-icons-noia/Makefile.icons
index d328735eda75..06626b046226 100644
--- a/x11-themes/kde-icons-noia/Makefile.icons
+++ b/x11-themes/kde-icons-noia/Makefile.icons
@@ -26,6 +26,7 @@ RESTRICTED?= It may contain iconic, visual, graphical or other\
INDEX_FILES= index.desktop index.theme
# do not create some dirs
+PLIST_DIR_PATTERN= -v ^\.$$
PLIST_DIR_PATTERN_EXTRA?= ^\./
# do not install some files
@@ -47,6 +48,7 @@ post-patch:
annotate-install:
# annotate dirs
@cd ${WRKSRC} ; ${FIND} . -type d ! -empty \
+ | ${GREP} -E ${PLIST_DIR_PATTERN} \
| ${GREP} -E ${PLIST_DIR_PATTERN_EXTRA} \
| ${SORT} -r \
> ${WRKDIR}/dirs.list