summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authortron <tron>2001-07-06 19:26:18 +0000
committertron <tron>2001-07-06 19:26:18 +0000
commitc8eb6fa0187abd1d2d3729c0ad218df3828b0706 (patch)
treeaab4a0b56bd26d63d375d94903aacfd45228f511 /wm
parente7b08a9d097233cb6aa66f0c5c4aafd427332c6b (diff)
downloadpkgsrc-c8eb6fa0187abd1d2d3729c0ad218df3828b0706.tar.gz
Make this package work under Solaris.
Diffstat (limited to 'wm')
-rw-r--r--wm/wmthemes/Makefile6
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 \