diff options
author | lioux <lioux@FreeBSD.org> | 2007-03-01 10:40:46 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2007-03-01 10:40:46 +0800 |
commit | a1bd9d618a2c5cc69ab611b1ad4f0d15b87825bf (patch) | |
tree | 8c4396be29d18edcd96ffe10b27d0a6c4e5de685 /x11-themes | |
parent | 42a5f8bc496dd7b61c59b1945ae0da575a1f87f8 (diff) | |
download | freebsd-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.icons | 2 |
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 |