summaryrefslogtreecommitdiff
path: root/x11-wm/sapphire-themes
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2000-12-25 10:43:30 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2000-12-25 10:43:30 +0000
commit28421a4bd0a8b98957b10359ab6adffe4abe5e79 (patch)
tree28f12f723b89e49950683121703c43f0b5ef5f58 /x11-wm/sapphire-themes
parentInstall man pages regardless of whether NOPORTDOCS is defined. (diff)
Add a do-patch target to change some paths from ~/.sapphire/ to
${X11BASE}/share/sapphire/, so sapphire.inst (no longer available as of sapphire 0.15.6) need not be run. Use the 12-point Lucida fonts instead of the 15-point ones (the latter make sapphire crash on my system). Bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=36330
Diffstat (limited to 'x11-wm/sapphire-themes')
-rw-r--r--x11-wm/sapphire-themes/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/x11-wm/sapphire-themes/Makefile b/x11-wm/sapphire-themes/Makefile
index 0449ecff63ed..1e215260362a 100644
--- a/x11-wm/sapphire-themes/Makefile
+++ b/x11-wm/sapphire-themes/Makefile
@@ -7,6 +7,7 @@
PORTNAME= sapphire-themes
PORTVERSION= 1.1
+PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= http://jpj.net/~trevor/${PORTNAME}/
EXTRACT_SUFX= .tar
@@ -22,6 +23,12 @@ USE_X_PREFIX= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
+do-patch:
+ ${PERL} -pi -e 's:~/\.:${X11BASE}/share/:g' \
+ ${WRKDIR}/menu/default \
+ ${WRKDIR}/themes/*.theme
+ ${PERL} -pi -e 's:-15-:-12-:g' ${WRKDIR}/themes/*.theme
+
do-install:
${MKDIR} ${X11BASE}/share/sapphire/themes/backgrounds/
${INSTALL_DATA} ${WRKDIR}/themes/backgrounds/* \