summaryrefslogtreecommitdiff
path: root/x11-wm/wmthemeinstall
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2002-08-23 17:23:56 +0000
committerOliver Braun <obraun@FreeBSD.org>2002-08-23 17:23:56 +0000
commit5e23f241faee5d7245dbaf03f3d9619bcebc3e81 (patch)
tree9636b1a3b2518d3049626794d8f5f6807f976a08 /x11-wm/wmthemeinstall
parentWe don't need automake. (diff)
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)
Notes
Notes: svn path=/head/; revision=64893
Diffstat (limited to 'x11-wm/wmthemeinstall')
-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>