summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2.0-devel/Makefile
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2006-08-19 12:02:08 +0000
committerMaho Nakata <maho@FreeBSD.org>2006-08-19 12:02:08 +0000
commit80dac079753e3c0c6478086aa5bd307e8fc91e09 (patch)
tree7330107a96a4b90bfa5a485cf1295f7353383008 /editors/openoffice.org-2.0-devel/Makefile
parentUpdate to 0.20 (diff)
Remove two warnings of portlint
Notes
Notes: svn path=/head/; revision=170983
Diffstat (limited to 'editors/openoffice.org-2.0-devel/Makefile')
-rw-r--r--editors/openoffice.org-2.0-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice.org-2.0-devel/Makefile b/editors/openoffice.org-2.0-devel/Makefile
index f83eb0487bbc..344e95ae5c8b 100644
--- a/editors/openoffice.org-2.0-devel/Makefile
+++ b/editors/openoffice.org-2.0-devel/Makefile
@@ -260,10 +260,10 @@ post-install:
${PREFIX}/${INSTALLATION_BASEDIR}/share/xdg/*.desktop
@${RM} ${PREFIX}/${INSTALLATION_BASEDIR}/share/xdg/*.desktop.bak
.if defined(WITH_KDE)
- @ln -sf ${PREFIX}/${INSTALLATION_BASEDIR}/share/xdg \
+ @{LN} -sf ${PREFIX}/${INSTALLATION_BASEDIR}/share/xdg \
${PREFIX}/share/applnk/${EXECBASE}
@${PRINTF} "share/applnk/${EXECBASE}\n" >> ${TMPPLIST}
- @for dir in `ls ${ICONS}/hicolor | grep -v CVS`; do \
+ @for dir in `ls ${ICONS}/hicolor | ${GREP} -v CVS`; do \
for app in base calc draw impress math printeradmin writer; do \
if [ -r ${ICONS}/hicolor/$${dir}/apps/$${app}.png ]; then \
${CP} ${ICONS}/hicolor/$${dir}/apps/$${app}.png \