diff options
author | tron <tron> | 2001-07-06 19:26:18 +0000 |
---|---|---|
committer | tron <tron> | 2001-07-06 19:26:18 +0000 |
commit | 16e44832cc799ed710aa4bee9a8d95dc56c36a89 (patch) | |
tree | aab4a0b56bd26d63d375d94903aacfd45228f511 /wm | |
parent | 1a27d3ec2d9cf980266e4fe06ee3d2798db27081 (diff) | |
download | pkgsrc-16e44832cc799ed710aa4bee9a8d95dc56c36a89.tar.gz |
Make this package work under Solaris.
Diffstat (limited to 'wm')
-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 \ |