diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-11-24 23:52:43 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-11-24 23:52:43 +0000 |
commit | 371cf3071c3cfa74fdab5b275447cee2e7748e6b (patch) | |
tree | dab4c3e5fc160d4aeba5f8ed65b6448e9ad5170d | |
parent | 9938ffe506ee0a6799f5e651fb7a7eaecd9938e2 (diff) | |
download | ports-371cf3071c3cfa74fdab5b275447cee2e7748e6b.tar.gz ports-371cf3071c3cfa74fdab5b275447cee2e7748e6b.zip |
Notes
-rw-r--r-- | x11-themes/kde-icons-noia/Makefile.icons | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-themes/kde-icons-noia/Makefile.icons b/x11-themes/kde-icons-noia/Makefile.icons index fc5f1df57ba4..4f4003c3ed25 100644 --- a/x11-themes/kde-icons-noia/Makefile.icons +++ b/x11-themes/kde-icons-noia/Makefile.icons @@ -28,6 +28,9 @@ NO_PACKAGE?= ${RESTRICTED} INDEX_FILES= index.desktop index.theme +# do not create some dirs +PLIST_DIR_PATTERN_EXTRA?= . + # do not install some files PLIST_FILE_PATTERN= -i -v "(Thumbs\.db|(\.(bak|txt)|/(copying|readme))\$$)" PLIST_FILE_PATTERN_EXTRA?= . @@ -47,6 +50,7 @@ post-patch: annotate-install: # annotate dirs @cd ${WRKSRC} ; ${FIND} . -type d ! -empty \ + | ${GREP} -E ${PLIST_DIR_PATTERN_EXTRA} \ | ${SORT} -r \ > ${WRKDIR}/dirs.list # annotate files |