aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2007-03-01 10:40:46 +0800
committerlioux <lioux@FreeBSD.org>2007-03-01 10:40:46 +0800
commita1bd9d618a2c5cc69ab611b1ad4f0d15b87825bf (patch)
tree8c4396be29d18edcd96ffe10b27d0a6c4e5de685 /x11-themes
parent42a5f8bc496dd7b61c59b1945ae0da575a1f87f8 (diff)
downloadfreebsd-ports-gnome-a1bd9d618a2c5cc69ab611b1ad4f0d15b87825bf.tar.gz
freebsd-ports-gnome-a1bd9d618a2c5cc69ab611b1ad4f0d15b87825bf.tar.zst
freebsd-ports-gnome-a1bd9d618a2c5cc69ab611b1ad4f0d15b87825bf.zip
- 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
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