diff options
author | mbr <mbr@FreeBSD.org> | 2002-08-11 22:02:40 +0000 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-08-11 22:02:40 +0000 |
commit | 82254ef6e9800b83119451782aa58a1f94291fdb (patch) | |
tree | c637187f07758225674a345aabc0ab1a39c989fd /editors | |
parent | ef33e241dc746eee53ede7878c49c91b11768bcf (diff) | |
download | FreeBSD-ports-82254ef6e9800b83119451782aa58a1f94291fdb.zip FreeBSD-ports-82254ef6e9800b83119451782aa58a1f94291fdb.tar.gz |
Match Symlink too in find.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/ooodict-all/Makefile | 2 |
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 \ |