1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

- 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
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2007-03-01 02:40:46 +00:00
parent 83ba045b52
commit 9bfcd6f875
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=186236

View File

@ -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