quote -s arguments to ${PAX}.

From Ryo HAYASAKA <ryoh@jaist.ac.jp> in PR pkg/19346.
This commit is contained in:
grant 2002-12-11 07:30:51 +00:00
parent d6da2257a7
commit 8a386d8d28

View file

@ -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"