summaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2002-08-11 22:02:40 +0000
committermbr <mbr@FreeBSD.org>2002-08-11 22:02:40 +0000
commit82254ef6e9800b83119451782aa58a1f94291fdb (patch)
treec637187f07758225674a345aabc0ab1a39c989fd /editors
parentef33e241dc746eee53ede7878c49c91b11768bcf (diff)
downloadFreeBSD-ports-82254ef6e9800b83119451782aa58a1f94291fdb.zip
FreeBSD-ports-82254ef6e9800b83119451782aa58a1f94291fdb.tar.gz
Match Symlink too in find.
Diffstat (limited to 'editors')
-rw-r--r--editors/ooodict-all/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/ooodict-all/Makefile b/editors/ooodict-all/Makefile
index a413451..697d590 100644
--- a/editors/ooodict-all/Makefile
+++ b/editors/ooodict-all/Makefile
@@ -111,6 +111,8 @@ post-install:
${ECHO_CMD} "DICT $$LANGUAGE AT $${ABRV}" >> ${DICT_LIST} ; \
cd ${PREFIX} && ${FIND} -s ${DICT_DIR} -type f | \
${GREP} $${LANGUAGE}_AT >> ${TMPPLIST} ; \
+ cd ${PREFIX} && ${FIND} -s ${DICT_DIR} -type l | \
+ ${GREP} $${LANGUAGE}_AT >> ${TMPPLIST} ; \
${ECHO} "@unexec ${CP} ${DICT_LIST} \
${DICT_LIST}.$${LANGUAGE}_AT" >> ${TMPPLIST} ; \
${ECHO} "@unexec \
OpenPOWER on IntegriCloud