diff options
author | tron <tron@pkgsrc.org> | 2001-07-06 19:26:18 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-07-06 19:26:18 +0000 |
commit | b55d5a9f0b5133ae2e968d1ef996631c65793b34 (patch) | |
tree | aab4a0b56bd26d63d375d94903aacfd45228f511 /wm/wmthemes | |
parent | af45844a42551221a35a593ca338758659eda7ba (diff) | |
download | pkgsrc-b55d5a9f0b5133ae2e968d1ef996631c65793b34.tar.gz |
Make this package work under Solaris.
Diffstat (limited to 'wm/wmthemes')
-rw-r--r-- | wm/wmthemes/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 \ |