aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authorobraun <obraun@FreeBSD.org>2002-08-24 01:23:56 +0800
committerobraun <obraun@FreeBSD.org>2002-08-24 01:23:56 +0800
commit603a35fd67d271bfaaefe85aa57a89343a03b847 (patch)
tree8ba4cc96d936bb5b364e8b44e8eb2618fd232552 /x11-wm
parentfac369bd8c5d6117c5cde1048cb81c0691f5682e (diff)
downloadfreebsd-ports-gnome-603a35fd67d271bfaaefe85aa57a89343a03b847.tar.gz
freebsd-ports-gnome-603a35fd67d271bfaaefe85aa57a89343a03b847.tar.zst
freebsd-ports-gnome-603a35fd67d271bfaaefe85aa57a89343a03b847.zip
Fix MASTER_SITES (1) and WWW.
${PERL} -> ${REINPLACE_CMD} PR: ports/41939 Submitted by: Josef El-Rayes <shammer@satanii.enemy.org> (1), maintainer Approved by: dwcjr (mentor)
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/wmthemeinstall/Makefile5
-rw-r--r--x11-wm/wmthemeinstall/pkg-descr2
2 files changed, 4 insertions, 3 deletions
diff --git a/x11-wm/wmthemeinstall/Makefile b/x11-wm/wmthemeinstall/Makefile
index edad81217983..44fcf60afbfb 100644
--- a/x11-wm/wmthemeinstall/Makefile
+++ b/x11-wm/wmthemeinstall/Makefile
@@ -8,7 +8,7 @@
PORTNAME= wmthemeinstall
PORTVERSION= 0.62
CATEGORIES= x11-wm
-MASTER_SITES= http://hellblazer.linuxprojects.net/projects/wmthemeinstall/download/
+MASTER_SITES= http://www.jeremias.net/wmthemeinstall/download/
MAINTAINER= adam-ports@blacktabby.org
@@ -18,9 +18,10 @@ USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GTK= yes
GNU_CONFIGURE= yes
+USE_REINPLACE= yes
pre-build:
- @${PERL} -pi -e "s:/usr/local:${PREFIX}:g" ${WRKSRC}/wmOptions.c
+ @${REINPLACE_CMD} -e "s|/usr/local|${PREFIX}|g" ${WRKSRC}/wmOptions.c
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/wmthemeinstall ${PREFIX}/bin
diff --git a/x11-wm/wmthemeinstall/pkg-descr b/x11-wm/wmthemeinstall/pkg-descr
index 74ee436908fe..8a31cbdcb601 100644
--- a/x11-wm/wmthemeinstall/pkg-descr
+++ b/x11-wm/wmthemeinstall/pkg-descr
@@ -2,7 +2,7 @@ wmthemeinstall is a neat program that helps windowmaker users
manage their themes, i.e. install them, turn them on, move them
around, etc.
-WWW: http://hellblazer.linuxprojects.net/projects/wmthemeinstall/
+WWW: http://www.jeremias.net/wmthemeinstall/download/
Author: Craig Hanson <grunyon@mtlug.org>
- Adam <adam-ports@blacktabby.org>