summaryrefslogtreecommitdiff
path: root/wm/sawfish-themes
diff options
context:
space:
mode:
Diffstat (limited to 'wm/sawfish-themes')
-rw-r--r--wm/sawfish-themes/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/wm/sawfish-themes/Makefile b/wm/sawfish-themes/Makefile
index 412192eb102..1c1d988e0f1 100644
--- a/wm/sawfish-themes/Makefile
+++ b/wm/sawfish-themes/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/10/07 17:00:43 jschauma Exp $
+# $NetBSD: Makefile,v 1.2 2002/12/11 07:30:51 grant Exp $
DISTNAME= sawfish-themes-0.1
CATEGORIES= x11 wm
@@ -34,7 +34,7 @@ pre-fetch:
# here's what we do:
# - some themes contain .xvpics - let's clean those up
-# (Solaris can only '­print' (not '-print0' or -'printx'), thus tmpfile
+# (Solaris can only '-print' (not '-print0' or -'printx'), thus tmpfile
# - create a PLIST
# - dirrm directives need to be reversed in case of subdirs
pre-install:
@@ -59,8 +59,8 @@ pre-install:
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/${THEMES_DIR}
- cd ${WRKDIR} && ${PAX} -s /^.\/[.].*// \
- -s /^.\/PLIST// -rw . ${PREFIX}/${THEMES_DIR}
+ cd ${WRKDIR} && ${PAX} -s ,^./[.].*,, \
+ -s ,^./PLIST,, -rw . ${PREFIX}/${THEMES_DIR}
.include "files/themes.sawfish"
.include "../../mk/bsd.pkg.mk"