From b55d5a9f0b5133ae2e968d1ef996631c65793b34 Mon Sep 17 00:00:00 2001 From: tron Date: Fri, 6 Jul 2001 19:26:18 +0000 Subject: Make this package work under Solaris. --- wm/wmthemes/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'wm') diff --git a/wm/wmthemes/Makefile b/wm/wmthemes/Makefile index e7a195fe681..9a4d725edd7 100644 --- a/wm/wmthemes/Makefile +++ b/wm/wmthemes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/02/25 04:18:21 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 2001/07/06 19:26:18 tron Exp $ DISTNAME= wmthemes-0.62nb1 CATEGORIES= x11 wm @@ -43,8 +43,8 @@ do-install: .endfor @cd ${WRKSRC}; \ for DIR in *.themed; do \ - if [ -d "$$DIR" ] && [ -n "`ls "$$DIR"`" ]; then \ - ${ECHO} "Installing \"$${DIR%.*}\" theme."; \ + if [ -d "$$DIR" ] && [ -n "`${LS} "$$DIR"`" ]; then \ + ${ECHO} "Installing \"`${BASENAME} "$$DIR" .themed`\" theme."; \ ${INSTALL_DATA_DIR} "${PREFIX}/${WM_DATADIR}/Themes/$$DIR"; \ cd "${WRKSRC}/$$DIR"; \ for FILE in *; do \ -- cgit v1.2.3