From 80dac079753e3c0c6478086aa5bd307e8fc91e09 Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Sat, 19 Aug 2006 12:02:08 +0000 Subject: Remove two warnings of portlint --- editors/openoffice.org-2.0-devel/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editors/openoffice.org-2.0-devel/Makefile') 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 \ -- cgit v1.2.3