diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2002-08-23 17:23:56 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2002-08-23 17:23:56 +0000 |
commit | 5e23f241faee5d7245dbaf03f3d9619bcebc3e81 (patch) | |
tree | 9636b1a3b2518d3049626794d8f5f6807f976a08 /x11-wm/wmthemeinstall | |
parent | e9c163624b979e9faa7a6a11275b75be63fd8f99 (diff) | |
download | ports-5e23f241faee5d7245dbaf03f3d9619bcebc3e81.tar.gz ports-5e23f241faee5d7245dbaf03f3d9619bcebc3e81.zip |
Notes
Diffstat (limited to 'x11-wm/wmthemeinstall')
-rw-r--r-- | x11-wm/wmthemeinstall/Makefile | 5 | ||||
-rw-r--r-- | x11-wm/wmthemeinstall/pkg-descr | 2 |
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> |